mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Open a year calendar when clicking on the clock
This commit is contained in:
parent
bd8a5b84bd
commit
b91c3d6564
@ -1,5 +1,5 @@
|
|||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
1) printf " "$(date '+%d/%m/%y') ; exit ;;
|
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
|
esac
|
||||||
|
|
||||||
printf " "$(date '+%H:%M')
|
|
||||||
|
Loading…
Reference in New Issue
Block a user