Skip to content

Commit

Permalink
update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKratz committed Oct 11, 2023
1 parent 43d5246 commit f36eb7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
9 changes: 0 additions & 9 deletions plugins/wifi.sh

This file was deleted.

7 changes: 1 addition & 6 deletions sketchybarrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ for i in "${!SPACE_ICONS[@]}"
do
sid=$(($i+1))
sketchybar --add space space.$sid left \
--set space.$sid associated_space=$sid \
--set space.$sid space=$sid \
icon=${SPACE_ICONS[i]} \
background.color=0x44ffffff \
background.corner_radius=5 \
Expand Down Expand Up @@ -89,11 +89,6 @@ sketchybar --add item clock right \
icon= \
script="$PLUGIN_DIR/clock.sh" \
\
--add item wifi right \
--set wifi script="$PLUGIN_DIR/wifi.sh" \
icon= \
--subscribe wifi wifi_change \
\
--add item volume right \
--set volume script="$PLUGIN_DIR/volume.sh" \
--subscribe volume volume_change \
Expand Down

0 comments on commit f36eb7d

Please sign in to comment.