updating dwm status bar information.

This commit is contained in:
Derek Taylor
2019-02-01 21:53:21 -06:00
parent e4bf2d9d63
commit 319b804633
+2 -2
View File
@@ -4,8 +4,8 @@ nitrogen --restore &
urxvtd -q -o -f & urxvtd -q -o -f &
dte(){ dte(){
dte="$(date +"%A, %B %d - %H:%M")" dte="$(date +"%A, %B %d | 🕒 %l:%M%p")"
echo -e "🕒$dte" echo -e "📅$dte"
} }
upd(){ upd(){