Change swayidle stuff
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
},
|
||||
|
||||
"custom/swayidle": {
|
||||
"exec": "pgrep swayidle >/dev/null 2>&1 || printf ' '",
|
||||
"exec": "systemctl --user --quiet is-active swayidle.service || printf ' '",
|
||||
"interval": 10,
|
||||
"signal": 3,
|
||||
"tooltip": false,
|
||||
|
||||
Reference in New Issue
Block a user