dwmbar/modules/time
2019-10-21 19:00:47 +01:00

7 lines
92 B
Bash

#!/bin/bash
# Prints out the time
PREFIX_ICON=' '
echo "$PREFIX_ICON$(date '+%H:%M')"