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
fit_mode = cover
}
splash = false
+8 -8
View File
@@ -98,32 +98,32 @@
"format": "{}",
"return-type": "json",
"exec": "fluxo-rs sys",
"interval": 5
"interval": 1
},
"custom/cpu": {
"format": "{}",
"return-type": "json",
"exec": "fluxo-rs cpu",
"on-click": "zenmonitor & disown",
"interval": 3
"interval": 1
},
"custom/mem": {
"format": "{}",
"return-type": "json",
"exec": "fluxo-rs mem",
"interval": 3
"interval": 1
},
"custom/gpu": {
"format": "{}",
"return-type": "json",
"exec": "fluxo-rs gpu",
"interval": 3
"interval": 1
},
"custom/network": {
"format": "{}",
"return-type": "json",
"exec": "fluxo-rs net",
"interval": 2
"interval": 1
},
// --- Fluxo-rs Utilities ---
@@ -145,7 +145,7 @@
"on-click-right": "fluxo-rs vol --cycle && pkill -RTMIN+8 waybar",
"on-click-middle": "pavucontrol",
"signal": 8,
"interval": 5
"interval": 1
},
"custom/mic": {
"format": "{}",
@@ -157,7 +157,7 @@
"on-click-right": "fluxo-rs mic --cycle && pkill -RTMIN+9 waybar",
"on-click-middle": "pavucontrol",
"signal": 9,
"interval": 5
"interval": 1
},
"custom/bluetooth-audio": {
"format": "{}",
@@ -166,7 +166,7 @@
"on-click": "fluxo-rs bt menu && pkill -RTMIN+10 waybar",
"on-click-right": "fluxo-rs bt cycle_mode && pkill -RTMIN+10 waybar",
"signal": 10,
"interval": 5,
"interval": 1,
"tooltip": true
}
// --- Commented Out Modules ---