diff --git a/dotfiles/.config/sketchybar/plugins/clock.sh b/dotfiles/.config/sketchybar/plugins/clock.sh index ea41b2d..dcb3d16 100755 --- a/dotfiles/.config/sketchybar/plugins/clock.sh +++ b/dotfiles/.config/sketchybar/plugins/clock.sh @@ -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')" diff --git a/dotfiles/.config/sketchybar/sketchybarrc b/dotfiles/.config/sketchybar/sketchybarrc index 4eb6d7e..65cc1c3 100755 --- a/dotfiles/.config/sketchybar/sketchybarrc +++ b/dotfiles/.config/sketchybar/sketchybarrc @@ -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 \