summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/waybar/config.jsonc7
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": {