diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 17:33:26 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:20 +0100 |
| commit | 40d379ad697bb7a7e3d62b1215b0d1f88c0db925 (patch) | |
| tree | 9fc798bdf0a2f2042a414a00647a6c66d9db9e19 /.config/waybar/config.jsonc | |
| parent | a31841f7a7b5441e4dd86346b77bd75975c2e008 (diff) | |
waybar: update
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 35146fb..6bd370c 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -123,7 +123,8 @@ "modules-right": ["tray", "cpu", "memory", "disk#root", "disk#home", "temperature", "idle_inhibitor", "custom/gamma", "pulseaudio", "custom/vpn", "network#tailscale", "network", "battery"], "tray": { - "spacing": 10 + "icon-size": 15, + "spacing": 5 }, "custom/covid": { @@ -155,12 +156,12 @@ "cpu": { "format": " {}%", - "on-click": "$HOME/bin/swx -t -f -- htop --sort-key PERCENT_CPU" + "on-click": "$HOME/bin/swx -t -- btop" }, "memory": { "format": " {}%", - "on-click": "$HOME/bin/swx -t -f -- htop --sort-key PERCENT_MEM" + "on-click": "$HOME/bin/swx -t -- btop" }, "temperature": { |