Browse Source

Use more easily readable date format

Frans Bergman 4 years ago
parent
commit
ae0464f28f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .scripts/status/99-date.sh

+ 1 - 1
.scripts/status/99-date.sh

@@ -1,2 +1,2 @@
 #!/bin/sh
-date +"%F %T"
+date +"%A %d %B | %H:%M"