mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-23 03:43:02 +00:00
merge readme
This commit is contained in:
commit
b2b5f8fe99
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -216,11 +216,11 @@ A list of properties is listed below:
|
|||
* *icon_padding_left*: left padding of icon (default: 0)
|
||||
* *icon_padding_right*: right padding of icon (default: 0)
|
||||
* *label_highlight*: wether the label is highlighted with the *label_highlight_color* (values: *on*, *off*, *toggle*, default: *off*)
|
||||
* *draws_background*: wether the item should draw a background (values: *on*, *off*, *toggle*, default: *off*)
|
||||
* *draws_background*: wether the item should draw a background (values: *on*, *off*, *toggle*, default: *off*) (only on HEAD)
|
||||
* *background_color*: draws a rectangular background for this item in the given color (this automatically activates *draws_background*)
|
||||
* *background_border_color*: the color of the backgrounds border
|
||||
* *background_corner_radius*: the corner radius of the items background (default: 0)
|
||||
* *background_border_width*: the border width of the items background (default: 0)
|
||||
* *background_border_color*: the color of the backgrounds border (only on HEAD)
|
||||
* *background_corner_radius*: the corner radius of the items background (default: 0) (only on HEAD)
|
||||
* *background_border_width*: the border width of the items background (default: 0) (only on HEAD)
|
||||
|
||||
* *graph_color*: color of the associated graph
|
||||
|
||||
|
@ -252,11 +252,11 @@ this currently works for the properties:
|
|||
* *icon_highlight_color*
|
||||
* *icon_padding_left*
|
||||
* *icon_padding_right*
|
||||
* *draws_background*
|
||||
* *draws_background* (only on HEAD)
|
||||
* *background_color*
|
||||
* *background_border_color*
|
||||
* *background_corner_radius*
|
||||
* *background_border_width*
|
||||
* *background_border_color* (only on HEAD)
|
||||
* *background_corner_radius* (only on HEAD)
|
||||
* *background_border_width* (only on HEAD)
|
||||
* *update_freq*
|
||||
* *cache_scripts*
|
||||
* *scripting*
|
||||
|
|
Loading…
Reference in a new issue