29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
# lightdm-gtk-greeter.conf — cyberqueer-themed LightDM greeter
|
|
#
|
|
# Deployed to /etc/lightdm/lightdm-gtk-greeter.conf by
|
|
# setup/modules/optional-Modules/apps/lightdm.sh.
|
|
#
|
|
# Colours are inherited from the cyberqueer GTK theme (installed to
|
|
# /usr/share/themes/cyberqueer), which is an apply-theme.sh SYS_FILES target —
|
|
# so there are no hardcoded palette hex values to keep in sync here.
|
|
#
|
|
# Scaling: the greeter is enlarged mainly via the X DPI set in display-setup.sh
|
|
# (Xft.dpi 144). font-name is kept modest because point sizes already scale with
|
|
# that DPI; bump the DPI in display-setup.sh to make everything bigger still.
|
|
#
|
|
# Background: tracks the user's current desktop wallpaper. The picker writes
|
|
# ~/.config/hypr/usr/wallpaper.conf; a root .path unit
|
|
# (lightdm-greeter-wallpaper.path) copies the chosen wallpaper to the path below,
|
|
# which the greeter (running as the unprivileged 'lightdm' user, unable to read a
|
|
# 0700 home) can read. cyberqueer-skull.png is the first-boot fallback, seeded by
|
|
# lightdm.sh if no wallpaper has been chosen yet.
|
|
[greeter]
|
|
theme-name = cyberqueer
|
|
icon-theme-name = Papirus-Dark
|
|
background = /usr/share/backgrounds/lightdm-greeter-bg.png
|
|
font-name = JetBrains Mono 12
|
|
xft-antialias = true
|
|
xft-hintstyle = hintfull
|
|
indicators = ~host;~spacer;~clock;~spacer;~session;~power
|
|
clock-format = %H:%M
|