├── README.md ├── bg.jpg ├── font ├── LucidaGrande.ttf └── LucidaGrandeBold.ttf ├── img ├── avatar.svg ├── restart.svg ├── shutdown.svg └── sleep.svg ├── index.html ├── index.theme ├── mock.js ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/README.md -------------------------------------------------------------------------------- /bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/bg.jpg -------------------------------------------------------------------------------- /font/LucidaGrande.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/font/LucidaGrande.ttf -------------------------------------------------------------------------------- /font/LucidaGrandeBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/font/LucidaGrandeBold.ttf -------------------------------------------------------------------------------- /img/avatar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/img/avatar.svg -------------------------------------------------------------------------------- /img/restart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/img/restart.svg -------------------------------------------------------------------------------- /img/shutdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/img/shutdown.svg -------------------------------------------------------------------------------- /img/sleep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/img/sleep.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/index.html -------------------------------------------------------------------------------- /index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/index.theme -------------------------------------------------------------------------------- /mock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/mock.js -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wattos/LightDM-Webkit-MacOSX-Theme/HEAD/style.css --------------------------------------------------------------------------------