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