1
0
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:
Brenden Matthews 2009-05-09 22:14:10 -06:00
parent 24f97c45c6
commit a5efc6fa46
2 changed files with 9 additions and 7 deletions

10
README
View File

@ -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.
background
@ -263,11 +263,13 @@ conky(1) conky(1)
gap_x Gap, 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'.
gap_y Gap, in pixels, between top or bottom border of screen, same as
passing -y at command line, e.g. gap_y 10.
gap_y Gap, 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'.
if_up_strictness

View File

@ -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>