Skip to content

Commit

Permalink
push version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKratz committed Jan 4, 2022
1 parent 625a44a commit f7b54c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ where the settings currently are:
* *topmost*: draws sketchybar on top of *everything* (even the default menu bar) (*on*, *off*, *toggle*, default: *off*)
* *font_smoothing*: wheter fonts should be smoothened (*on*, *off*, *toggle*, default: *off*)
* *shadow*: if the bar should draw a shadow (*on*, *off*, *toggle*, default: *off*)
* *image*: Sets a background image (further details below in the *image* properties, Only on HEAD)
* *image*: Sets a background image (further details below in the *image* properties)

## Items and their properties
Items are the main building blocks of sketchybar and can be configured in a number of ways. Items have the following basic structure: <br>
Expand Down Expand Up @@ -231,7 +231,7 @@ Shadow properties:
* *shadow.distance*: The distance of the shadow (default: 5)
* *shadow.color*: The color of the shadow (default: 0xff000000)

Image properties (Only on HEAD, and still a bit buggy, can be resource intensive if many large images are drawn):
Image properties (Can be resource intensive if many large images are drawn):
* *image*: The path to a png or jpeg image file
* *image.drawing*: If the image should draw
* *image.scale*: The scale factor that should be applied to the image
Expand Down
4 changes: 2 additions & 2 deletions src/sketchybar.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define VERSION_OPT_SHRT "-v"

#define MAJOR 2
#define MINOR 3
#define PATCH 2
#define MINOR 4
#define PATCH 0

extern int SLSMainConnectionID(void);
extern int RunApplicationEventLoop(void);
Expand Down

0 comments on commit f7b54c1

Please sign in to comment.