dotfiles/de/home/.config/eww/scripts/inhibit-status
2025-03-04 00:00:01 -08:00

8 lines
122 B
Bash
Executable file

#!/bin/bash
inhibit_active=false
if pgrep eww-idle-inhibi;then
inhibit_active=true
fi
printf '%s' "${inhibit_active}"