Added thermals to bar and some small tweaks

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-19 14:31:08 +02:00
parent 33a721844d
commit 1d370c3271
2 changed files with 24 additions and 5 deletions

View file

@ -9,6 +9,7 @@
"pulseaudio",
"custom/yay",
"cpu",
"temperature",
"memory",
"battery",
"clock",
@ -47,15 +48,15 @@
},
"clock": {
"tooltip": false,
"format": "{:%Y-%m-%d %H:%M}"
"format": "{:%Y-%m-%d %H:%M}"
},
"cpu": {
"tooltip": false,
"format": "{usage}% CPU"
"format": "{usage}% "
},
"memory": {
"tooltip": false,
"format": "{}% RAM"
"format": "{}% "
},
"backlight": {
// "device": "acpi_video1",
@ -121,7 +122,10 @@
"tooltip": false,
"format": "{} ",
"exec": "yay -Qu | wc -l",
"interval": 60,
"interval": 300,
"on-click": "alacritty -e yay"
},
"temperature": {
"format": "{temperatureC}°C "
}
}