cdwmblocks/blocks/calendar.sh

4 lines
73 B
Bash
Executable File

#!/bin/sh
ICON="\x0c\x0b"
printf "$ICON%s" "$(date '+%a, %b %d, %R')"