Files
quickshell/modules/bar/scripts/Idle.sh
T

5 lines
79 B
Bash
Executable File

if pgrep -x "hypridle" >/dev/null ;then
killall hypridle
else
hypridle &
fi