mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-10 06:29:44 +00:00
9 lines
99 B
Text
9 lines
99 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Prints out the date
|
||
|
|
||
|
PREFIX_ICON=''
|
||
|
|
||
|
echo "$PREFIX_ICON $(date '+%d-%m-%y (%a)')"
|
||
|
|