weston.ini: document background-type
This commit is contained in:
committed by
Kristian Høgsberg
parent
952e6df8fc
commit
f12a094ade
@@ -109,6 +109,10 @@ The entries that can appear in this section are:
|
|||||||
.BI "background-image=" file
|
.BI "background-image=" file
|
||||||
sets the path for the background image file (string).
|
sets the path for the background image file (string).
|
||||||
.TP 7
|
.TP 7
|
||||||
|
.BI "background-type=" tile
|
||||||
|
determines how the background image is drawn (string). Can be scale or
|
||||||
|
tile (default).
|
||||||
|
.TP 7
|
||||||
.BI "background-color=" 0xAARRGGBB
|
.BI "background-color=" 0xAARRGGBB
|
||||||
sets the color of the background (unsigned integer). The hexadecimal
|
sets the color of the background (unsigned integer). The hexadecimal
|
||||||
digit pairs are in order alpha, red, green, and blue.
|
digit pairs are in order alpha, red, green, and blue.
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
[shell]
|
[shell]
|
||||||
background-image=/usr/share/backgrounds/gnome/Aqua.jpg
|
background-image=/usr/share/backgrounds/gnome/Aqua.jpg
|
||||||
background-color=0xff002244
|
background-color=0xff002244
|
||||||
|
background-type=tile
|
||||||
panel-color=0x90ff0000
|
panel-color=0x90ff0000
|
||||||
locking=true
|
locking=true
|
||||||
animation=zoom
|
animation=zoom
|
||||||
|
|||||||
Reference in New Issue
Block a user