dots-of-war/files/.config/eww/popup.sh

13 lines
192 B
Bash
Raw Normal View History

2020-10-21 20:01:39 +00:00
#!/bin/sh
secs="$1"
window_name="$2"
2020-11-01 12:51:00 +00:00
#kill -9 "$(cat /tmp/eww-popup.pid)" || \
#eww -d open "$window_name"
2020-10-21 20:01:39 +00:00
2020-11-01 12:51:00 +00:00
#{ sleep "$secs"; eww close "$window_name"; } &
#echo $! > /tmp/eww-popup.pid