i3_configuration/i3status/click_time.sh

6 lines
159 B
Bash
Raw Normal View History

2025-09-22 21:36:45 +02:00
#!/bin/sh
# show year calendar with week numbers
# and press any key to exit
dialog --date-format %Y/%m/%d --calendar "Select a date" 0 0 $(date +'%d %m %Y')