dwmblocks/blocks/calendar.sh

4 lines
73 B
Bash
Raw Normal View History

2020-07-18 12:00:48 +00:00
#!/bin/sh
2020-12-27 15:28:23 +00:00
ICON="\x0c\x0b"
printf "$ICON%s" "$(date '+%a, %b %d, %R')"