Waybar7
This commit is contained in:
7
.config/waybar/indicators/idle.sh
Normal file
7
.config/waybar/indicators/idle.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if pgrep -x hypridle >/dev/null; then
|
||||
echo '{"text": ""}'
|
||||
else
|
||||
echo '{"text": "", "tooltip": "Idle lock disabled", "class": "active"}'
|
||||
fi
|
||||
Reference in New Issue
Block a user