Rework configuration for rick

This commit is contained in:
Yorick Barbanneau 2021-09-02 20:06:23 +02:00
parent f81543b06b
commit 6e4dbf670e
3 changed files with 8 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"disable-toolptips": true,
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": [],
"modules-right": ["network", "cpu", "backlight", "battery", "pulseaudio", "clock", "tray"],
"modules-right": ["network", "temperature", "cpu", "backlight", "battery", "pulseaudio", "clock", "tray"],
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
@ -23,6 +23,11 @@
"tooltip-format": "{:%Y-%m-%d | %H:%M}",
"format-alt": "{:%Y-%m-%d}"
},
"temperature": {
"thermal-zone": 0,
"critical-threshold": 80,
"format": "{temperatureC}°C "
},
"cpu": {
"format": "{usage}% ",
"tooltip": false