summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/hyprland/waybar/config.jsonc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc
index 4760ad3..752686c 100644
--- a/config/hyprland/waybar/config.jsonc
+++ b/config/hyprland/waybar/config.jsonc
@@ -40,7 +40,7 @@
"interval": 3,
},
"custom/memory": {
- "exec": "/home/aluc/script.sh",
+ "exec": "free -h | awk '(NR==2){ print $3 }'",
"format": "{}",
"restart-interval": 3,
},