1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-26 05:35:30 +00:00
config/i3/i3blocks/blocks/date

13 lines
186 B
Plaintext
Raw Normal View History

2019-05-27 21:23:00 +00:00
#!/usr/bin/env bash
FORMAT=+%Y.%m.%d\ %H:%M
date "$FORMAT"
2019-11-07 08:55:58 +00:00
case $BLOCK_BUTTON in
1) gsimplecal ;; # left click?
3) ;; # right click
4) ;; # scroll up
5) ;; # scroll down
esac