mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2025-02-05 13:00:03 +00:00
8 lines
99 B
Bash
8 lines
99 B
Bash
#!/bin/sh
|
|
|
|
# Prints out the date
|
|
|
|
PREFIX_ICON=''
|
|
|
|
echo "$PREFIX_ICON $(date '+%d-%m-%y (%a)')"
|
|
|