diff options
Diffstat (limited to 'dwm-status.sh')
| -rwxr-xr-x | dwm-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm-status.sh b/dwm-status.sh index b41dc5c..7674482 100755 --- a/dwm-status.sh +++ b/dwm-status.sh @@ -1,7 +1,7 @@ #!/bin/sh while true; do - datetime="$(date '+%a %m-%d %H:%M')" + datetime="$(date '+%d %a %H:%M')" # Volume if command -v pamixer >/dev/null 2>&1; then |
