Dotfiles/.config/polybar/polybar/polybar-scripts/info-eyestrain/info-eyestrain.sh

11 lines
155 B
Bash
Executable File

#!/bin/sh
time=$((20 - $(date '+%-M') % 20))
#if [ $time -eq 20 ]; then
# notify-send 'Break' &
# ogg123 beep.ogg &> /dev/null &
#fi
echo "$time"