mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 19:32:24 +00:00
12 lines
192 B
Bash
Executable file
12 lines
192 B
Bash
Executable file
#!/bin/sh
|
|
|
|
secs="$1"
|
|
window_name="$2"
|
|
|
|
|
|
|
|
#kill -9 "$(cat /tmp/eww-popup.pid)" || \
|
|
#eww -d open "$window_name"
|
|
|
|
#{ sleep "$secs"; eww close "$window_name"; } &
|
|
#echo $! > /tmp/eww-popup.pid
|