1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
dotfiles/.config/i3blocks/blocks/clock
2016-03-31 03:08:15 +01:00

6 lines
108 B
Plaintext
Executable File

case $BLOCK_BUTTON in
1) printf " "$(date '+%d/%m/%y') ; exit ;;
esac
printf " "$(date '+%H:%M')