Skip to content

Whiskers-Color-Scheme/sddm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Whiskers for SDDM

👷‍♂️ Install

  • Clone the repository
git clone https://github.com/Whiskers-Color-Scheme/sddm.git
cd sddm
  • Run the install script
python install.py

Install Options

Command Abbreviation Options Description
--help -h Shows the help
--theme -t [panther, tiger] Select the base theme to install
--accent -a [banana, blueberry, cherry, grape, kiwi, tangerine] Select the accent color
--background -b (image path) Select a background image

Examples:

  • python install.py -t tiger
  • python install.py -a grape
  • python install.py -b ~/Pictures/Wallpapers/tiger.jpg
  • python install.py -t tiger -a kiwi -b ~/Pictures/Wallpapers/tanjiro.png

💻 Maintainers