Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaks for lightdm greeter and LXDE fonts. #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions config/includes.chroot/etc/lightdm/lightdm-gtk-greeter.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#
# 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
# 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 (none, slight, medium, or hintfull)
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
# show-indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
# show-clock (true or false)
# clock-format = strftime-format string, e.g. %H:%M
# keyboard = command to launch on-screen keyboard
# position = main window position: x y
# default-user-image = Image used as default user icon, path or #icon-name
# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
#
[greeter]
background=#000000
default-user-image=/usr/share/images/desktop-base/lmio_logo.jpg
theme-name=Adwaita
#icon-theme-name=
#font-name=
xft-antialias=true
#xft-dpi=
xft-hintstyle=hintfull
xft-rgba=rgb
show-indicators=~language;~session;~power
#show-clock=
#clock-format=
#keyboard=
#position=
#screensaver-timeout=
2 changes: 1 addition & 1 deletion config/includes.chroot/etc/xdg/pcmanfm/LXDE/pcmanfm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wallpaper_mode=3
wallpaper=/etc/alternatives/desktop-background
desktop_fg=#ffffff
desktop_bg=#000000
desktop_shadow=#ffffff
desktop_shadow=#000000

[ui]
always_show_tabs=0
Expand Down