prikhi / lightdm-mini-greeter

A Minimal, Configurable, Single-User GTK3 LightDM Greeter
GNU General Public License v3.0
541 stars 48 forks source link

Unable to Change Background Color #14

Closed hariharan-m closed 6 years ago

hariharan-m commented 6 years ago

The background color is always white no matter what the hex value of background-color. Im able to change other colors so the issue is only with this key.

prikhi commented 6 years ago

Can you post your OS, greeter version, & the [greeter-theme] section of the config file?

hariharan-m commented 6 years ago

OS: Arch Linux Version: 0.3.0-1 (Installed from AUR)

I only have this issue after the latest update.


[greeter-theme]
# A color from X11's `rgb.txt` file, a quoted hex string(`"#rrggbb"`) or a
# RGB color(`rgb(r,g,b)`) are all acceptable formats.

# The font to use for all text
font = "Pragmata Pro"
# The font size to use for all text
font-size = 1em
# The default text color
text-color = "#080800"
# The color of the error text
error-color = "#F8F8F0"
# The screen's background color
background-color = "#000000"
# The password window's background color
window-color = "#00B7B6"
# The color of the password window's border
border-color = "#008080"
# The width of the password window's border.
# A trailing `px` is required.
border-width = 2px
# The pixels of empty space around the password input.
# Do not include a trailing `px`.
layout-space = 15
# The color of the text in the password input.
password-color = "#000000"
# The background color of the password input.
password-background-color = "#008080"
prikhi commented 6 years ago

Looking into it, but you should try merging /etc/lightdm/lightdm-mini-greeter.conf.pacnew into your config.

prikhi commented 6 years ago

Should be fixed in the latest version.