From 13b6352d207a5f33f01c020b895fd5f9e8b6017e Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Wed, 20 Jul 2022 18:09:39 +0200 Subject: [PATCH] add warning to --update domain in default config --- sketchybarrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sketchybarrc b/sketchybarrc index 84b6f1fc..b7aa77ca 100755 --- a/sketchybarrc +++ b/sketchybarrc @@ -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: @@ -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 \ @@ -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.."