diff --git a/stow/.config/sketchybar/plugins/clock.sh b/stow/.config/sketchybar/plugins/clock.sh index b60d4b5..2d6dbe4 100755 --- a/stow/.config/sketchybar/plugins/clock.sh +++ b/stow/.config/sketchybar/plugins/clock.sh @@ -4,12 +4,4 @@ # the item invoking this script: # https://felixkratz.github.io/SketchyBar/config/events#events-and-scripting -HOUR=$(date +%l) - -if (( $HOUR >= 10 )); then - sketchybar --set "$NAME" label.padding_right=10 -else - sketchybar --set "$NAME" label.padding_right=20 -fi - -sketchybar --set "$NAME" label="$(date +'%l:%M %p')" +sketchybar --set "$NAME" label="$(date +'%a %d %b%l:%M %p')" diff --git a/stow/.config/sketchybar/sketchybarrc b/stow/.config/sketchybar/sketchybarrc index 3f89abf..89c36ac 100755 --- a/stow/.config/sketchybar/sketchybarrc +++ b/stow/.config/sketchybar/sketchybarrc @@ -124,7 +124,7 @@ sketchybar --add item clock right \ update_freq=10 \ background.padding_right=0 \ background.padding_left=0 \ - label.padding_right=20 \ + label.padding_right=10 \ script="$PLUGIN_DIR/clock.sh" # Input Method