update waybar config
This commit is contained in:
parent
6c8ba1cc11
commit
1d03a0af42
1 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,8 @@
|
|||
},
|
||||
"cpu": {
|
||||
"format": "{usage}% ",
|
||||
"tooltip": false
|
||||
"tooltip": false,
|
||||
"on-click": "kitty -- auto-cpufreq --stats"
|
||||
},
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
|
@ -49,7 +50,7 @@
|
|||
"format": "{capacity}% {icon}",
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-plugged": "{capacity}% ",
|
||||
"on-click": "kitty -- auto-cpufreq --stats",
|
||||
"on-click": "kitty -- sudo powertop",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
|
|
Reference in a new issue