Added clock

This commit is contained in:
Bryan Ramos 2023-06-01 22:26:29 -04:00
parent 92501fcc5f
commit a3772d26b0

View file

@ -221,7 +221,7 @@ bindsym $mod+r mode "resize"
bar { bar {
position top position top
status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done status_command while :; do echo "$(date +'%I:%M:%S %p'), $(date +'%m-%d-%Y')"; sleep 1; done
font Noto Sans 10 font Noto Sans 10
colors { colors {
background #0A0E14 background #0A0E14