diff options
Diffstat (limited to '.scripts/panic')
-rwxr-xr-x | .scripts/panic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scripts/panic b/.scripts/panic index 1c3de63..da98fb5 100755 --- a/.scripts/panic +++ b/.scripts/panic @@ -2,6 +2,8 @@ # xdotool search "" windowkill %@ +(printf "yes" | dmenu -p "stop" && killall -9 panic) & + for i in $(seq 5); do printf "panic\npanic\npanic" | osd_cat -d 1 -A center -l 3 -p middle -c red -f '-*-*-*-*-*-*-*-240-*-*-*-*-*-*' sleep 0.1 |