mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
26 lines
881 B
Text
26 lines
881 B
Text
|
#
|
||
|
# logo = Logo file to use, either an image absolute path, or a path relative to the greeter data directory
|
||
|
# background = Background file to use, either an image path or a color (e.g. #772953)
|
||
|
# theme-name = GTK+ theme to use
|
||
|
# icon-theme-name = Icon theme to use
|
||
|
# font-name = Font to use
|
||
|
# cursor-name = Cursor theme to use
|
||
|
# xft-antialias = Whether to antialias Xft fonts (true or false)
|
||
|
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
|
||
|
# xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
|
||
|
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
|
||
|
# show-language-selector (true or false)
|
||
|
#
|
||
|
[greeter]
|
||
|
#logo=
|
||
|
background=#000000
|
||
|
theme-name=default
|
||
|
icon-theme-name=default
|
||
|
font-name=Sans Regular 11
|
||
|
cursor-name=default
|
||
|
xft-antialias=true
|
||
|
xft-dpi=96
|
||
|
xft-hintstyle=slight
|
||
|
xft-rgba=rgb
|
||
|
show-language-selector=true
|