From 40d379ad697bb7a7e3d62b1215b0d1f88c0db925 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 18 Nov 2022 17:33:26 +0100 Subject: waybar: update --- .config/waybar/config.jsonc | 7 ++++--- 1 file 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": { -- cgit 1.4.1