From 143e9a0c8d4eb2b03e5bc088caca3f539944d3cb Mon Sep 17 00:00:00 2001 From: chodylal Date: Sun, 6 Sep 2026 19:17:22 +0200 Subject: [PATCH] trb update --- .config/waybar/config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 4de92dc..69a5b9c 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -31,7 +31,7 @@ }, "custom/network": { - "exec": "/home/chodak/.config/waybar/network.py --icon-size 12pt", + "exec": "/home/chodylal/.config/waybar/network.py --icon-size 12pt", "interval": 10, "return-type": "json", "tooltip": true @@ -83,7 +83,7 @@ ] }, "custom/disk": { - "exec": "/home/chodak/.config/waybar/disk.py --icon-size 10pt", + "exec": "/home/chodylal/.config/waybar/disk.py --icon-size 10pt", "interval": 30, "return-type": "json", "tooltip": true,