PoorPocketsMcNewHold / sddm

đź”’ Soothing pastel theme for SDDM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Catppuccin for SDDM

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

  1. Ensure you have the dependensies
  2. Clone this repository locally
  3. Go into the src folder then copy the folder catppuccin-flavour (flavour is replaced with latte/frappe/macchiato/mocha)
  4. Paste the folder to /usr/share/sddm/themes
  5. Edit the file in /etc/sddm.conf and change the theme in there from whatever was before to catppuccin-flavour
  • If you don't have this file make one and make sure it has these two lines within the config. [Theme] Current=catppuccin-flavour

dependencies

Arch Based OS

pacman -Syu qt5-graphicaleffects qt5-svg qt5-quickcontrols2

Debian Based OS

apt install --no-install-recommends qml‑module‑qtquick‑layouts qml‑module‑qtgraphicaleffects qml‑module‑qtquick‑controls2 libqt5svg5

Red Hat Based OS

dnf install qt5‑qtgraphicaleffects qt5‑qtquickcontrols2 qt5‑qtsvg

Configuration

  • Font: The chosen font
  • FontSize: The text size
  • ClockEnabled: Wether the clock is on or off, this should be set to either true or false
  • CustomBackground: When this is true it will read from Background to render the custom background image, this should be set to either true or false
  • Background: This is the location of the background image, it is recomended to use the provided backgrounds/ directory to store the images
  • LoginBackground: This is a extra background around the login panel, this should be set to either true or false

đź’ť Thanks to

 

Copyright © 2021-present Catppuccin Org

About

đź”’ Soothing pastel theme for SDDM

License:MIT License


Languages

Language:QML 100.0%