diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/waybar/config.jsonc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 6bd370c..050f3fe 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -155,12 +155,14 @@ }, "cpu": { - "format": " {}%", + "format": "{icon} {usage}%", + "format-icons": [""], "on-click": "$HOME/bin/swx -t -- btop" }, "memory": { - "format": " {}%", + "format": "{icon} {percentage}%", + "format-icons": [""], "on-click": "$HOME/bin/swx -t -- btop" }, |