Ajout : icône température dans la Waybar

This commit is contained in:
Hippolyte Chauvin 2023-06-25 19:17:11 +02:00
parent 896096599b
commit 44e11a92f5

View file

@ -6,7 +6,7 @@
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
"modules-center": ["tray", "clock"],
"modules-right": ["pulseaudio", "network", "cpu", "memory", "battery"],
"modules-right": ["pulseaudio", "network", "cpu", "memory", "temperature", "battery"],
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": false,
@ -74,5 +74,8 @@
},
"on-click": "pavucontrol"
},
"temperature": {
"format": "{temperatureC} 󰔏 "
}
}