Update waybar config

This commit is contained in:
2026-02-18 00:13:59 -08:00
parent b66becdeba
commit d5c6f606d2

View File

@ -19,7 +19,7 @@
"group/info-widgets": { "group/info-widgets": {
"orientation": "inherit", "orientation": "inherit",
"modules": [ "modules": [
"custom/swayidle", "custom/manual-sleep-locks",
"river/mode", "river/mode",
"custom/mail", "custom/mail",
"custom/ime", "custom/ime",
@ -32,11 +32,10 @@
] ]
}, },
"custom/swayidle": { "custom/manual-sleep-locks": {
"exec": "systemctl --user --quiet is-active swayidle.service || printf '󱙱 '", "exec": "~/scripts/status-bar/sb-manual-sleep-locks",
"interval": 10, "return-type": "json",
"signal": 3, "tooltip": true,
"tooltip": false,
"hide-empty-text": true "hide-empty-text": true
}, },
"river/mode": { "river/mode": {