mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
fix docs
This commit is contained in:
parent
e7ac782a3c
commit
3e4af7788a
@ -148,7 +148,9 @@ values:
|
|||||||
Substitute N by a number between 0 and 9 inclusive. Use the same
|
Substitute N by a number between 0 and 9 inclusive. Use the same
|
||||||
format as a font variable.
|
format as a font variable.
|
||||||
- name: forced_redraw
|
- name: forced_redraw
|
||||||
desc: Boolean value, if true, Conky will redraw everything when you switch the workspace. This may cause delays/flickering on some WMs.
|
desc: |-
|
||||||
|
Boolean value, if true, Conky will redraw everything when you switch the
|
||||||
|
workspace. This may cause delays/flickering on some WMs.
|
||||||
- name: format_human_readable
|
- name: format_human_readable
|
||||||
desc: |-
|
desc: |-
|
||||||
If enabled, values which are in bytes will be printed in
|
If enabled, values which are in bytes will be printed in
|
||||||
@ -373,7 +375,8 @@ values:
|
|||||||
desc: |-
|
desc: |-
|
||||||
If own_window_transparent no, set a specified background
|
If own_window_transparent no, set a specified background
|
||||||
colour. Takes either a hex value (e.g. '#ffffff'),
|
colour. Takes either a hex value (e.g. '#ffffff'),
|
||||||
a shorthand hex value (e.g. '#fff'), or a valid RGB name (see `/usr/lib/X11/rgb.txt`).
|
a shorthand hex value (e.g. '#fff'), or a valid RGB nam
|
||||||
|
(see `/usr/lib/X11/rgb.txt`).
|
||||||
default: black
|
default: black
|
||||||
args:
|
args:
|
||||||
- seconds
|
- seconds
|
||||||
@ -437,6 +440,9 @@ values:
|
|||||||
desc: |-
|
desc: |-
|
||||||
Changes the color space used for interpolation. Arguments are hcl, hsv,
|
Changes the color space used for interpolation. Arguments are hcl, hsv,
|
||||||
and rgb (default).
|
and rgb (default).
|
||||||
|
args:
|
||||||
|
- (rbg|hcl|hsv)
|
||||||
|
default: rgb
|
||||||
- name: stippled_borders
|
- name: stippled_borders
|
||||||
desc: Border stippling (dashing) in pixels.
|
desc: Border stippling (dashing) in pixels.
|
||||||
- name: temperature_unit
|
- name: temperature_unit
|
||||||
|
Loading…
Reference in New Issue
Block a user