This website requires JavaScript.
Explore
Help
Sign In
jpm
/
scripts
Watch
1
Star
1
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c7cecdab75
scripts
/
sway
/
idlecountdown.sh
6 lines
105 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
i in
`
seq
0
30
`
;
do
notify-send -t
999
"Sleeping"
$(
expr
30
-
$i
)
;
sleep
1
done
Reference in New Issue
View Git Blame
Copy Permalink