Dotfiles V1.4.7
Sketchybar: Updated order of plugins for font size change
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sketchybar --add item front_app q \
|
sketchybar --add item front_app e \
|
||||||
--set front_app background.color=$ITEM_BG_COLOR \
|
--set front_app background.color=$ITEM_BG_COLOR \
|
||||||
icon.color=$BLUE \
|
icon.color=$BLUE \
|
||||||
icon.font="sketchybar-app-font:Regular:16.0" \
|
icon.font="sketchybar-app-font:Regular:16.0" \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sketchybar --add item pomodoro e \
|
sketchybar --add item pomodoro q \
|
||||||
--set pomodoro update_freq=1 \
|
--set pomodoro update_freq=1 \
|
||||||
associated_display=1 \
|
associated_display=1 \
|
||||||
script="$PLUGIN_DIR/pomodoro.sh" \
|
script="$PLUGIN_DIR/pomodoro.sh" \
|
||||||
|
|||||||
@@ -46,8 +46,8 @@ source $ITEM_DIR/spaces.sh
|
|||||||
|
|
||||||
# --Middle Items --
|
# --Middle Items --
|
||||||
|
|
||||||
source $ITEM_DIR/front_app.sh
|
|
||||||
source $ITEM_DIR/pomodoro.sh
|
source $ITEM_DIR/pomodoro.sh
|
||||||
|
source $ITEM_DIR/front_app.sh
|
||||||
|
|
||||||
# --Right Side Items --
|
# --Right Side Items --
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user