mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-21 18:12:53 +00:00
8 lines
92 B
Text
8 lines
92 B
Text
|
#!/bin/bash
|
||
|
|
||
|
# Prints out the time
|
||
|
|
||
|
PREFIX_ICON=' '
|
||
|
|
||
|
echo "$PREFIX_ICON$(date '+%H:%M')"
|