update waybar config

This commit is contained in:
Henry Hiles 2023-01-24 15:18:06 -05:00
commit 1d03a0af42

View file

@ -35,7 +35,8 @@
}, },
"cpu": { "cpu": {
"format": "{usage}% ", "format": "{usage}% ",
"tooltip": false "tooltip": false,
"on-click": "kitty -- auto-cpufreq --stats"
}, },
"memory": { "memory": {
"format": "{}% " "format": "{}% "
@ -49,7 +50,7 @@
"format": "{capacity}% {icon}", "format": "{capacity}% {icon}",
"format-charging": "{capacity}% ", "format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ", "format-plugged": "{capacity}% ",
"on-click": "kitty -- auto-cpufreq --stats", "on-click": "kitty -- sudo powertop",
"format-icons": [ "format-icons": [
"", "",
"", "",