diff options
author | xyz <gky44px1999@gmail.com> | 2021-05-18 04:23:31 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-05-18 04:23:31 -0700 |
commit | 2a2cc1ec624694a55b900918f7da675047800e48 (patch) | |
tree | f5cdeaf5465f678510e915017c9b42a4930d1a2b /programs | |
parent | 45172cdfd0f2c72e251cc1da7c3d7b24c2bd2b50 (diff) |
less time info on status bar
Diffstat (limited to 'programs')
-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)%" |