Files
Nomarchy/config/nomarchy/default/waybar/indicators/idle.sh
2026-04-08 20:03:15 +01:00

8 lines
167 B
Bash
Executable File

#!/usr/bin/env bash
if pgrep -x hypridle >/dev/null; then
echo '{"text": ""}'
else
echo '{"text": "󱫖", "tooltip": "Idle lock disabled", "class": "active"}'
fi