Rewrite of Quad-Theme
Designed For Elite Hackers
Installation • Build From Source • Development • Roadmap • Credits • License
Note: This is a theme for Lightdm-webkit2-greeter, therefore that must be installed.
- Download the latest release
- Extract using:
tar -xzf Quad.tgz
sudo cp -r quad /usr/share/lightdm-webkit/themes/
- Set lightdm greeter session to webkit2 using:
sudo sed -i 's/^\(#?greeter\)-session\s*=\s*\(.*\)/greeter-session = lightdm-webkit2-greeter #\1/ #\2g' /etc/lightdm/lightdm.conf
- Set
quad
as the default theme using:sudo sed -i 's/^webkit_theme\s*=\s*\(.*\)/webkit_theme = quad #\1/g' /etc/lightdm/lightdm-webkit2-greeter.conf
Note: Node modules must be installed. If They are not installed, install them using
npm install
git clone https://github.com/parham-dev27/Quad
npm run build
Note: Node modules must be installed. If They are not installed, install them using
npm install
npm run dev
- This will start a webserver:
http://localhost:8000
- The webpage will automatically update on changes made to the source files.
- Rewrite in SCSS
- Dynamically generated distribution logo
- Add a way to switch between DE/WM
Feel free to suggest/create new features #good-first-issue
- This is a rewrite of the original Quad-Theme.
- Special thanks to Jack Deadman for the original code.
MIT
GitHub @parham-dev27 · Github @jackdeadman