removed splash and increased refresh intervals

This commit is contained in:
2026-04-02 18:47:11 +02:00
parent 74945d45e9
commit f910af8dce
2 changed files with 10 additions and 8 deletions
+2
View File
@@ -3,3 +3,5 @@ wallpaper {
path = ~/Pictures/reze/reze.png path = ~/Pictures/reze/reze.png
fit_mode = cover fit_mode = cover
} }
splash = false
+8 -8
View File
@@ -98,32 +98,32 @@
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "fluxo-rs sys", "exec": "fluxo-rs sys",
"interval": 5 "interval": 1
}, },
"custom/cpu": { "custom/cpu": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "fluxo-rs cpu", "exec": "fluxo-rs cpu",
"on-click": "zenmonitor & disown", "on-click": "zenmonitor & disown",
"interval": 3 "interval": 1
}, },
"custom/mem": { "custom/mem": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "fluxo-rs mem", "exec": "fluxo-rs mem",
"interval": 3 "interval": 1
}, },
"custom/gpu": { "custom/gpu": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "fluxo-rs gpu", "exec": "fluxo-rs gpu",
"interval": 3 "interval": 1
}, },
"custom/network": { "custom/network": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "fluxo-rs net", "exec": "fluxo-rs net",
"interval": 2 "interval": 1
}, },
// --- Fluxo-rs Utilities --- // --- Fluxo-rs Utilities ---
@@ -145,7 +145,7 @@
"on-click-right": "fluxo-rs vol --cycle && pkill -RTMIN+8 waybar", "on-click-right": "fluxo-rs vol --cycle && pkill -RTMIN+8 waybar",
"on-click-middle": "pavucontrol", "on-click-middle": "pavucontrol",
"signal": 8, "signal": 8,
"interval": 5 "interval": 1
}, },
"custom/mic": { "custom/mic": {
"format": "{}", "format": "{}",
@@ -157,7 +157,7 @@
"on-click-right": "fluxo-rs mic --cycle && pkill -RTMIN+9 waybar", "on-click-right": "fluxo-rs mic --cycle && pkill -RTMIN+9 waybar",
"on-click-middle": "pavucontrol", "on-click-middle": "pavucontrol",
"signal": 9, "signal": 9,
"interval": 5 "interval": 1
}, },
"custom/bluetooth-audio": { "custom/bluetooth-audio": {
"format": "{}", "format": "{}",
@@ -166,7 +166,7 @@
"on-click": "fluxo-rs bt menu && pkill -RTMIN+10 waybar", "on-click": "fluxo-rs bt menu && pkill -RTMIN+10 waybar",
"on-click-right": "fluxo-rs bt cycle_mode && pkill -RTMIN+10 waybar", "on-click-right": "fluxo-rs bt cycle_mode && pkill -RTMIN+10 waybar",
"signal": 10, "signal": 10,
"interval": 5, "interval": 1,
"tooltip": true "tooltip": true
} }
// --- Commented Out Modules --- // --- Commented Out Modules ---