mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 14:19:43 +00:00
7 lines
92 B
Bash
7 lines
92 B
Bash
#!/bin/bash
|
|
|
|
# Prints out the time
|
|
|
|
PREFIX_ICON=' '
|
|
|
|
echo "$PREFIX_ICON$(date '+%H:%M')"
|