mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
updating dwm status bar information.
This commit is contained in:
parent
e4bf2d9d63
commit
319b804633
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ nitrogen --restore &
|
|||
urxvtd -q -o -f &
|
||||
|
||||
dte(){
|
||||
dte="$(date +"%A, %B %d - %H:%M")"
|
||||
echo -e "🕒 $dte"
|
||||
dte="$(date +"%A, %B %d | 🕒 %l:%M%p")"
|
||||
echo -e "📅 $dte"
|
||||
}
|
||||
|
||||
upd(){
|
||||
|
|
Loading…
Reference in a new issue