mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2025-03-13 00:56:13 +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)')"
|
||
|
|