clean up scripts
This commit is contained in:
10
.config/polybar/scripts/info-eyestrain.sh
Normal file
10
.config/polybar/scripts/info-eyestrain.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
time=$((20 - $(date '+%-M') % 20))
|
||||
|
||||
#if [ $time -eq 20 ]; then
|
||||
# notify-send 'Break' &
|
||||
# ogg123 beep.ogg &> /dev/null &
|
||||
#fi
|
||||
|
||||
echo "$time"
|
||||
Reference in New Issue
Block a user