Przeglądaj źródła

changed date format to include day, month and year

KlemensMaentele 3 lat temu
rodzic
commit
16b1eb9c77
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/bar.sh

+ 1 - 1
scripts/bar.sh

@@ -56,7 +56,7 @@ wlan() {
 
 clock() {
 	printf "^c$black^ ^b$darkblue^ 󱑆 "
-	printf "^c$black^^b$blue^ $(date '+%I:%M %p')  "
+	printf "^c$black^^b$blue^ $(date '+%H:%M %a %b %Y')  "
 }
 
 while true; do