From 1348a068f890ef1788c1631726cc7eeb8c1b05aa Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sun, 13 Apr 2025 21:07:23 +0200 Subject: [PATCH] Waybar --- waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waybar/config b/waybar/config index 08e2dae..989f686 100644 --- a/waybar/config +++ b/waybar/config @@ -135,11 +135,11 @@ "spacing": 5 }, "custom/cpu": { - "exec": "~/.config/dotfiles/hypr/cpu.sh", + "exec": "~/.config/dotfiles/hypr/hyprscript cpustat", "restart-interval": 2 }, "custom/mem": { - "exec": "~/.config/dotfiles/hypr/mem.sh", + "exec": "~/.config/dotfiles/hypr/hyprscript memstat", "restart-interval": 2 } }