Rework configuration for rick
This commit is contained in:
parent
f81543b06b
commit
6e4dbf670e
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue