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 \
lazy=true \
\
--add item mullvad right \
--set mullvad \
script="$PLUGIN_DIR/mullvad.sh" \
update_freq=30
--add alias "Mullvad VPN" right
sketchybar --update

View file

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