Skip to content

Commit

Permalink
slim down demo sketchybarrc
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKratz committed Jan 2, 2022
1 parent 32d2cf3 commit 3c1c721
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 44 deletions.
22 changes: 0 additions & 22 deletions plugins/dndIndicator.sh

This file was deleted.

9 changes: 0 additions & 9 deletions plugins/network_graph.sh

This file was deleted.

7 changes: 0 additions & 7 deletions plugins/space.sh

This file was deleted.

10 changes: 4 additions & 6 deletions sketchybarrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a demo config to bring across some of the most important commands more easily.
#
# For a more advanced configuration example see https://github.com/FelixKratz/SketchyBar/discussions/47#discussioncomment-1774620
############## BAR ##############
sketchybar -m --bar height=25 \
blur_radius=50 \
Expand All @@ -25,8 +25,8 @@ sketchybar -m --default label.padding_left=2 \

############## PRIMARY DISPLAY SPACES ##############
sketchybar -m --add space code left \
--set code associated_space=1 \
associated_display=1 \
--set code associated_display=1 \
associated_space=1 \
icon.font="Hack Nerd Font:Bold:20.0" \
icon= \
icon.highlight_color=0xff48aa2a \
Expand All @@ -36,8 +36,8 @@ sketchybar -m --add space code left \
--add space tex left \
--set tex associated_display=1 \
associated_space=2 \
icon.highlight_color=0xfffab402 \
icon= \
icon.highlight_color=0xfffab402 \
label=tex \
click_script="yabai -m space --focus 2"

Expand All @@ -49,7 +49,6 @@ sketchybar -m --add space misc left \
icon.font="Hack Nerd Font:Bold:20.0" \
icon= \
icon.highlight_color=0xff48aa2a \
icon.padding_left=0 \
label=misc \
click_script="yabai -m space --focus 5"

Expand All @@ -64,7 +63,6 @@ sketchybar -m --default label.padding_left=2 \
sketchybar -m --add item space_separator left \
--set space_separator icon= \
associated_space=1 \
associated_space=3 \
icon.padding_left=15 \
label.padding_right=15 \
icon.font="Hack Nerd Font:Bold:15.0" \
Expand Down

0 comments on commit 3c1c721

Please sign in to comment.