summaryrefslogtreecommitdiff
path: root/config/hyprland/waybar/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'config/hyprland/waybar/config.jsonc')
-rw-r--r--config/hyprland/waybar/config.jsonc10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc
index c325c96..4760ad3 100644
--- a/config/hyprland/waybar/config.jsonc
+++ b/config/hyprland/waybar/config.jsonc
@@ -2,7 +2,7 @@
"layer": "top",
"modules-left": ["wlr/workspaces", "mpd"],
"modules-center": ["hyprland/window"],
- "modules-right": ["network", "pulseaudio", "temperature", "cpu", "memory", "clock", "tray"],
+ "modules-right": ["network", "pulseaudio", "temperature", "cpu", "custom/memory", "clock", "tray"],
"wlr/workspaces": {
"on-click": "activate",
},
@@ -39,10 +39,10 @@
"format": " {usage:2}%",
"interval": 3,
},
- "memory": {
- "tooltip": false,
- "format": " {used:.2f}G",
- "interval": 3,
+ "custom/memory": {
+ "exec": "/home/aluc/script.sh",
+ "format": "{}",
+ "restart-interval": 3,
},
"clock": {
"format": "{:%H:%M}",