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')"

View File

@ -80,7 +80,7 @@ sketchybar --add item chevron left \
# https://felixkratz.github.io/SketchyBar/config/events
sketchybar --add item clock right \
--set clock update_freq=10 icon= script="$PLUGIN_DIR/clock.sh" \
--set clock update_freq=1 icon= script="$PLUGIN_DIR/clock.sh" \
--add item volume right \
--set volume script="$PLUGIN_DIR/volume.sh" \
--subscribe volume volume_change \