Skip to content

parham-dev27/Quad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Quad

Rewrite of Quad-Theme
Designed For Elite Hackers

Contributors Forks Stargazers Issues

InstallationBuild From SourceDevelopmentRoadmapCreditsLicense

screenshot

Live Version

Installation

Note: This is a theme for Lightdm-webkit2-greeter, therefore that must be installed.

  1. Download the latest release
  2. Extract using: tar -xzf Quad.tgz
  3. sudo cp -r quad /usr/share/lightdm-webkit/themes/
  4. 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
  5. 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

Build From Source

Note: Node modules must be installed. If They are not installed, install them using npm install

  1. git clone https://github.com/parham-dev27/Quad
  2. npm run build

Development

Note: Node modules must be installed. If They are not installed, install them using npm install

  1. npm run dev
  • This will start a webserver: http://localhost:8000
  • The webpage will automatically update on changes made to the source files.

Built with:

  • Javascript
  • Node
  • NPM
  • SCSS
  • Gulp

Roadmap

  • 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

Credits

License

MIT


GitHub @parham-dev27  ·  Github @jackdeadman

(back to top)