Update waybar config
This commit is contained in:
@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user