mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-12-23 05:22:53 +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)')"
|
|
|