mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 14:19:43 +00:00
Added time module
This commit is contained in:
parent
6f13e151d9
commit
a3733553da
1 changed files with 7 additions and 0 deletions
7
modules/time
Normal file
7
modules/time
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Prints out the time
|
||||
|
||||
PREFIX_ICON=' '
|
||||
|
||||
echo "$PREFIX_ICON$(date '+%H:%M')"
|
Loading…
Reference in a new issue