feat(sketchybar): simplify even further

This commit is contained in:
winston 2022-11-11 01:50:44 +01:00
parent 2a36362f38
commit 27a88eda35
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 7 additions and 10 deletions

View file

@ -71,9 +71,6 @@ sketchybar \
update_freq=10 \ update_freq=10 \
lazy=true \ lazy=true \
\ \
--add item mullvad right \ --add alias "Mullvad VPN" right
--set mullvad \
script="$PLUGIN_DIR/mullvad.sh" \
update_freq=30
sketchybar --update sketchybar --update

View file

@ -60,11 +60,11 @@ sketchybar \
icon.color=$(color pink) \ icon.color=$(color pink) \
label.color=$(color pink) \ label.color=$(color pink) \
\ \
--set mullvad \ --set "Mullvad VPN" \
icon.color=$(color pink) \ alias.color=$(color pink)
label.color=$(color pink)
# set the yabai colours as well # set the yabai colours as well
yabai -m config active_window_border_color $(color base) yabai \
yabai -m config normal_window_border_color $(color base) -m config active_window_border_color $(color base) \
yabai -m config insert_feedback_color $(color base) -m config normal_window_border_color $(color crust) \
-m config insert_feedback_color $(color pink)