Skip to content

Commit

Permalink
add warning to --update domain in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKratz committed Jul 20, 2022
1 parent 647c230 commit 13b6352
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sketchybarrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ sketchybar --bar height=32 \
padding_right=10 \
color=0x15ffffff


##### Changing Defaults #####
# We now change some default values that are applied to all further items
# For a full list of all available item properties see:
Expand Down Expand Up @@ -79,8 +78,7 @@ sketchybar --add item space_separator left \

##### Adding Right Items #####
# In the same way as the left items we can add items to the right side.
# Additionally, "center" , left of the notch "q" and right of the notch "e" is
# available as a position:
# Additional position (e.g. center) are available, see:
# https://felixkratz.github.io/SketchyBar/config/items#adding-items-to-sketchybar

sketchybar --add item clock right \
Expand All @@ -93,6 +91,9 @@ sketchybar --add item clock right \
--subscribe battery system_woke

##### Finalizing Setup #####
# The below command is only needed at the end of the initial configuration and
# should never be run in an item script.

sketchybar --update

echo "sketchybar configuration loaded.."

0 comments on commit 13b6352

Please sign in to comment.