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 } }