mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-13 23:49:43 +00:00
Created modules folder and added date module
This commit is contained in:
parent
e07390e981
commit
6f13e151d9
1 changed files with 8 additions and 0 deletions
8
modules/date
Normal file
8
modules/date
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Prints out the date
|
||||||
|
|
||||||
|
PREFIX_ICON=''
|
||||||
|
|
||||||
|
echo "$PREFIX_ICON $(date '+%d-%m-%y (%a)')"
|
||||||
|
|
Loading…
Reference in a new issue