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
31fe7a032b
scripts
/
sway
/
swayidlecountdown.sh
6 lines
105 B
Bash
Raw
Normal View
History
Unescape
Escape
Intial commit of all current scripts
2020-09-11 15:00:39 +00:00
#!/bin/bash
for
i in
`
seq
0
30
`
;
do
Kernel formatting
2020-11-23 09:35:26 +00:00
notify-send -t
999
"Sleeping"
$(
expr
30
-
$i
)
;
sleep
1
Intial commit of all current scripts
2020-09-11 15:00:39 +00:00
done