This website requires JavaScript.
Explore
Help
Sign In
aditya
/
dwmbar
Watch
1
Star
0
Fork
You've already forked dwmbar
0
mirror of
https://git.adityakumar.xyz/dwmbar.git
synced
2024-11-22 02:22:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e0efb08f31
dwmbar
/
modules
/
time
13 lines
103 B
Text
Raw
Normal View
History
Unescape
Escape
Added time module
2019-10-21 18:00:47 +00:00
#!/bin/bash
# Prints out the time
Added archupdates module
2019-10-21 18:20:06 +00:00
PREFIX=' '
Added time module
2019-10-21 18:00:47 +00:00
Added archupdates module
2019-10-21 18:20:06 +00:00
time()
{
echo "$PREFIX$(date '+%H:%M')"
}
time
Reference in a new issue
Copy permalink