diff options
| -rwxr-xr-x | programs/my_scripts/set_dwm_status_bar.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/programs/my_scripts/set_dwm_status_bar.sh b/programs/my_scripts/set_dwm_status_bar.sh index 632e9707..b15842aa 100755 --- a/programs/my_scripts/set_dwm_status_bar.sh +++ b/programs/my_scripts/set_dwm_status_bar.sh @@ -1,5 +1,5 @@  while true; do -	xsetroot -name "$(date "+%a %m/%d/%Y %H:%M:%S") \ +	xsetroot -name "$(date "+%a %m/%d %H:%M") \  | $(cat /sys/class/net/wlp6s0/operstate) \  | $(if xset q | grep -q "Caps Lock: *on"; then echo A; else echo a; fi) \  | $(cat /sys/class/power_supply/BAT1/capacity)%" | 
