i3_configuration/i3status/click_time.sh
2025-09-22 21:36:45 +02:00

8 lines
185 B
Bash
Executable File

#!/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')
#cal -yw
#read -n 1 -r -s