index
:
dwmbar.git
master
A modular status bar for dwm
user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
time
blob: 6b5b4f23b3565f852bdc86ad52ec7589f235c394 (
plain
)
1
2
3
4
5
6
7
#!/bin/bash
# Prints out the time
PREFIX_ICON
=
' '
echo
"
$PREFIX_ICON
$(
date
'+%H:%M'
)
"