Skip to content

A Theme for Light dm web kit which looks like the Mac OSX lion login / with mrsim0ns changes

Notifications You must be signed in to change notification settings

nicrame/LightDM-Webkit-MacOSX-Theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightDM Webkit MacOSX Theme

This is a LightDM theme for the Webkit greeter which tries to imitate the look and feel of the Mac OSX lion login screen 07.04.2017 - I have forket it and put pull requests to make it look better in my opinion. Changes were made by https://github.com/mrsim0ns as "Mavericks style background".

Demo:

http://www.youtube.com/watch?v=1Frf3QlZ_gw

Installation Instructions

You will need LightDM as your login manager. On newer versions of Ubuntu and ElementaryOS this is already the default. Additionally you will require the webkit greeter. This is done by executing the following command in the command line:

sudo apt-get install lightdm-webkit-greeter

Once the installation finishes, you need to make the webkit greeter the default greeter. This is done by editing the lightdm configuration under:

/etc/lightdm/lightdm.conf

and changing the greeter-session value to lightdm-webkit-greeter. My lightdm.conf looks like:

[Seat:*] greeter-session=lightdm-webkit-greeter .

The second step is to install the actual theme. This is done by copying the files of this repository into the following location:

/usr/share/lightdm-webkit/themes/mac

Then change folder permission of images so they can be read with this commands:

sudo chmod 744 /usr/share/lightdm-webkit/themes/mac/img
sudo chmod 744 /usr/share/lightdm-webkit/themes/mac/font

Finally, change the /etc/lightdm/lightdm-webkit-greeter.conf file to contain the following line:

webkit-theme=mac 

Now you can reboot and enjoy the new theme.

About

A Theme for Light dm web kit which looks like the Mac OSX lion login / with mrsim0ns changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.4%
  • CSS 16.2%
  • HTML 9.4%