mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-24 23:58:35 +00:00
Make docs aboot gap/position stuff easier to find.
This commit is contained in:
parent
24f97c45c6
commit
a5efc6fa46
10
README
10
README
@ -168,7 +168,7 @@ conky(1) conky(1)
|
||||
Aligned position on screen, may be top_left, top_right, top_mid‐
|
||||
dle, bottom_left, bottom_right, bottom_middle, middle_left, mid‐
|
||||
dle_right, or none (also can be abreviated as tl, tr, tm, bl,
|
||||
br, bm, ml, mr)
|
||||
br, bm, ml, mr). See also gap_x and gap_y.
|
||||
|
||||
|
||||
[1mbackground[0m
|
||||
@ -263,11 +263,13 @@ conky(1) conky(1)
|
||||
|
||||
|
||||
[1mgap_x [22mGap, in pixels, between right or left border of screen, same as
|
||||
passing -x at command line, e.g. gap_x 10
|
||||
passing -x at command line, e.g. gap_x 10. For other position
|
||||
related stuff, see 'alignment'.
|
||||
|
||||
|
||||
[1mgap_y [22mGap, in pixels, between top or bottom border of screen, same as
|
||||
passing -y at command line, e.g. gap_y 10.
|
||||
[1mgap_y [22mGap, in pixels, between top or bottom border of screen, same as
|
||||
passing -y at command line, e.g. gap_y 10. For other position
|
||||
related stuff, see 'alignment'.
|
||||
|
||||
|
||||
[1mif_up_strictness[0m
|
||||
|
@ -9,7 +9,7 @@
|
||||
<varlistentry>
|
||||
<term><command><option>alignment</option></command></term>
|
||||
<listitem>
|
||||
Aligned position on screen, may be top_left, top_right, top_middle, bottom_left, bottom_right, bottom_middle, middle_left, middle_right, or none (also can be abreviated as tl, tr, tm, bl, br, bm, ml, mr)
|
||||
Aligned position on screen, may be top_left, top_right, top_middle, bottom_left, bottom_right, bottom_middle, middle_left, middle_right, or none (also can be abreviated as tl, tr, tm, bl, br, bm, ml, mr). See also gap_x and gap_y.
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -157,7 +157,7 @@
|
||||
<term><command><option>gap_x</option></command></term>
|
||||
<listitem>
|
||||
Gap, in pixels, between right or left border of screen, same as passing -x at command line,
|
||||
e.g. gap_x 10
|
||||
e.g. gap_x 10. For other position related stuff, see 'alignment'.
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -165,7 +165,7 @@
|
||||
<term><command><option>gap_y</option></command></term>
|
||||
<listitem>
|
||||
Gap, in pixels, between top or bottom border of screen, same as passing -y at command line,
|
||||
e.g. gap_y 10.
|
||||
e.g. gap_y 10. For other position related stuff, see 'alignment'.
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user