Ajout : icône température dans la Waybar
This commit is contained in:
parent
896096599b
commit
44e11a92f5
1 changed files with 4 additions and 1 deletions
|
@ -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} "
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue