dwmbar/modules/time

8 lines
92 B
Text
Raw Normal View History

2019-10-21 18:00:47 +00:00
#!/bin/bash
# Prints out the time
PREFIX_ICON=' '
echo "$PREFIX_ICON$(date '+%H:%M')"