mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
6 lines
193 B
Plaintext
Executable File
6 lines
193 B
Plaintext
Executable File
case $BLOCK_BUTTON in
|
|
1) printf " "$(date '+%d/%m/%y') ; exit ;;
|
|
2|3) i3-sensible-terminal -e "$SHELL -c 'cal -y $(date +'%Y')';$SHELL" &;;
|
|
*) printf " "$(date '+%H:%M')
|
|
esac
|