Slight changes to time format

This commit is contained in:
Random936
2024-11-02 13:18:53 -07:00
parent 7cbfb3fd76
commit 023da8d063
2 changed files with 2 additions and 2 deletions

View File

@@ -4,5 +4,5 @@
# the item invoking this script:
# https://felixkratz.github.io/SketchyBar/config/events#events-and-scripting
sketchybar --set "$NAME" label="$(date '+%m/%d/%Y %H:%M')"
sketchybar --set "$NAME" label="$(date '+%m/%d/%Y %I:%M:%S %p')"