diff options
Diffstat (limited to 'mac/.config/sketchybar/sketchybarrc')
| -rwxr-xr-x | mac/.config/sketchybar/sketchybarrc | 122 |
1 files changed, 62 insertions, 60 deletions
diff --git a/mac/.config/sketchybar/sketchybarrc b/mac/.config/sketchybar/sketchybarrc index 8f67334..eaec5d1 100755 --- a/mac/.config/sketchybar/sketchybarrc +++ b/mac/.config/sketchybar/sketchybarrc @@ -130,50 +130,13 @@ sketchybar --add item front_app left \ script="$PLUGIN_DIR/front_app.sh" \ --subscribe front_app front_app_switched -##### Right Side Items ##### - -# Calendar Events -sketchybar --add item calendar right \ - --set calendar icon.font="SF Pro:Semibold:12.0" \ - icon.padding_left=8 \ - icon.padding_right=6 \ - label.font="SF Pro:Medium:10.0" \ - label.padding_left=4 \ - label.padding_right=8 \ - label.max_chars=25 \ - update_freq=86400 \ - script="$PLUGIN_DIR/calendar.sh" \ - background.color=$BACKGROUND_1 \ - background.drawing=on \ - background.height=26 \ - padding_left=4 \ - padding_right=4 - -# Clock -sketchybar --add item clock right \ - --set clock icon="" \ - icon.font="SF Pro:Semibold:15.0" \ - icon.color=$YELLOW \ - icon.padding_left=8 \ - icon.padding_right=6 \ - label.font="SF Pro:Medium:12.0" \ - label.color=$WHITE \ - label.padding_left=4 \ - label.padding_right=8 \ - update_freq=10 \ - script="$PLUGIN_DIR/clock.sh" \ - background.color=$BACKGROUND_1 \ - background.drawing=on \ - padding_left=4 \ - padding_right=4 \ - click_script="$PLUGIN_DIR/clock_click.sh" - -sketchybar --add item music center \ +# YouTube Music +sketchybar --add item music left \ --set music icon= \ icon.padding_left=8 \ icon.padding_right=8 \ label.padding_right=8 \ - label.font="Hack Nerd Font:Bold:17.0" \ + label.font="Hack Nerd Font:Bold:12.0" \ label="Loading…" \ label.align=left \ label.max_chars=40 \ @@ -187,7 +150,8 @@ sketchybar --add item music center \ padding_right=0 \ click_script="curl -s -X POST 0.0.0.0:26538/api/v1/toggle-play && $PLUGIN_DIR/youtube-music.sh" -sketchybar --add item music_artwork center \ +# YouTube Music Info +sketchybar --add item music_artwork left \ label.padding_right=8 \ label="" \ width=40 \ @@ -200,21 +164,59 @@ sketchybar --add item music_artwork center \ click_script="curl -s -X POST 0.0.0.0:26538/api/v1/toggle-play && $PLUGIN_DIR/youtube-music.sh" # Now Playing -sketchybar --add item now_playing right \ - --set now_playing icon.font="SF Pro:Semibold:15.0" \ +# sketchybar --add item now_playing right \ +# --set now_playing icon.font="SF Pro:Semibold:12.0" \ +# icon.padding_left=8 \ +# icon.padding_right=6 \ +# label.font="SF Pro:Medium:12.0" \ +# label.padding_left=4 \ +# label.padding_right=8 \ +# update_freq=2 \ +# script="$PLUGIN_DIR/now_playing.sh" \ +# background.color=$BACKGROUND_1 \ +# background.drawing=on \ +# drawing=off \ +# padding_left=4 \ +# padding_right=4 + +##### Right Side Items ##### + +# Calendar Events +sketchybar --add item calendar right \ + --set calendar icon.font="SF Pro:Semibold:12.0" \ icon.padding_left=8 \ icon.padding_right=6 \ - label.font="SF Pro:Medium:12.0" \ + label.font="SF Pro:Medium:10.0" \ label.padding_left=4 \ label.padding_right=8 \ - update_freq=2 \ - script="$PLUGIN_DIR/now_playing.sh" \ + label.max_chars=25 \ + update_freq=86400 \ + script="$PLUGIN_DIR/calendar.sh" \ background.color=$BACKGROUND_1 \ background.drawing=on \ - drawing=off \ + background.height=26 \ padding_left=4 \ padding_right=4 +# Clock +sketchybar --add item clock right \ + --set clock icon="" \ + icon.font="SF Pro:Semibold:15.0" \ + icon.color=$YELLOW \ + icon.padding_left=8 \ + icon.padding_right=6 \ + label.font="SF Pro:Medium:12.0" \ + label.color=$WHITE \ + label.padding_left=4 \ + label.padding_right=8 \ + update_freq=10 \ + script="$PLUGIN_DIR/clock.sh" \ + background.color=$BACKGROUND_1 \ + background.drawing=on \ + padding_left=4 \ + padding_right=4 \ + click_script="$PLUGIN_DIR/clock_click.sh" + # WiFi Status sketchybar --add item wifi right \ --set wifi icon.font="SF Pro:Semibold:15.0" \ @@ -309,19 +311,19 @@ sketchybar --add item pritunl right \ # Weather # sketchybar --add item weather right \ -# --set weather icon="" \ -# icon.font="SF Pro:Semibold:15.0" \ -# icon.color=$BLUE \ -# icon.padding_left=8 \ -# icon.padding_right=6 \ -# label.padding_left=4 \ -# label.padding_right=8 \ -# update_freq=1800 \ -# script="$PLUGIN_DIR/weather.sh" \ -# background.color=$BACKGROUND_1 \ -# background.drawing=on \ -# padding_left=4 \ -# padding_right=4 +# --set weather icon="" \ +# icon.font="SF Pro:Semibold:15.0" \ +# icon.color=$BLUE \ +# icon.padding_left=8 \ +# icon.padding_right=6 \ +# label.padding_left=4 \ +# label.padding_right=8 \ +# update_freq=1800 \ +# script="$PLUGIN_DIR/weather.sh" \ +# background.color=$BACKGROUND_1 \ +# background.drawing=on \ +# padding_left=4 \ +# padding_right=4 ##### Finalize Setup ##### sketchybar --update |
