Files
dotfiles/.config/waybar/indicators/idle.sh

8 lines
163 B
Bash
Raw Normal View History

2026-03-07 19:11:53 +00:00
#!/bin/bash
if pgrep -x hypridle >/dev/null; then
echo '{"text": ""}'
else
echo '{"text": "󱫖", "tooltip": "Idle lock disabled", "class": "active"}'
fi