Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmg_black

Forked from davidmogar's lightdm-webkit2-dmg_blue to:

  • modify the colors from blue to black with a dark teal accent
  • fix and maintain after lightdm-webkit2-greeter stopped working

screenshot

lightdm-webkit2-greeter deprecation

Arch package lightdm-webkit2-greeter (link) is a project originating in the discontinued Antergos distro, and it is abandoned. After updating dependency webkit2gtk to version 2.38 logging in with the greeter stopped working.

Here's a very useful issue about this:

lightdm-webkit-theme-litarvan issue #186 - "It simply doesn't log in"

JezerM's web-greeter (link) is an updated and maintained fork. Available in the AUR: https://aur.archlinux.org/packages/web-greeter

Changing colors

The colors (as well as font) can be easily changed in css/style.css, set them here:

:root {
    --accent-color:           #1a4f4c;
    --accent-color-hover:     #1e5a57;
    --accent-color-disabled:  #214240;

    --bg-color:               #000000;
    --bg-color-panel:         #222525;
    --bg-color-input:         #0d0d0d;
    --bg-color-bar:           #121212;
    --bg-color-selected:      #313438;
    --border-color:           #282828;

    --fg-color:               #ffffff;
    --fg-color-dimmed:        #646464;
    --fg-color-placeholder:   #373737;
    --fg-color-error:         #e8c580;

    --box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    --font: "DejaVu Sans";
}

About

Somewhat minimalistic web-greeter theme.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.