From cc1c1cd4ac0e301f4a4f800699a05f2b4c6e3627 Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Wed, 15 Sep 2021 19:45:46 +0200 Subject: [PATCH] mark features that are only available on git HEAD --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 75ecd7f..5a8b141 100644 --- a/README.md +++ b/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 @@ -253,11 +253,11 @@ this currently works for the properties: * *icon_padding_left* * *icon_padding_right* * *background_color* -* *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*