Files
myi3/files/configs/i3/myi3blocks/myi3date
2026-02-14 21:23:19 +01:00

9 lines
101 B
Bash
Executable File

#!/bin/bash
echo $(date '+%a, %b %d %I:%M %p')
case $BLOCK_BUTTON in
1) gsimplecal ;;
*) ;;
esac