Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 2.31 KB

README.md

File metadata and controls

70 lines (50 loc) · 2.31 KB

🗼 Simple SDDM Theme - QT5 🗼

This will be the SDDM theme to be installed on some of my Hyprland Distro Install Scripts

for a QT6, please see `HERE

A Simple theme variant for the SDDM Login Manager

Preview

preview-1

More Previews preview-2 preview-4 preview-3 preview-5

Install

From sources

Assumes that you've installed and configured SDDM correctly (if not read more)

Please make sure you have the following dependencies installed: qt5-quickcontrols2, qt5-graphicaleffects, qt5-svg

  1. Open terminal, and clone the repository with:

    git clone https://github.com/JaKooLit/simple-sddm.git ~/simple-sddm
  2. Then move it as follows:

    sudo mv ~/simple-sddm /usr/share/sddm/themes/

Configure

Edit the '/etc/sddm.conf.d/theme.conf.user' (with any text editor with raised privileges), so that it looks like this:

sudo nano /etc/sddm.conf.d/theme.conf.user # use any text editor with raised privileges
---

[Theme]
Current=simple-sddm

Language and time format

  • By default, it is configured with 24H format. You can change to AM/PM variant by editing the theme.conf
sudo nano /usr/share/sddm/themes/simple-sddm/theme.conf  # use any text editor with raised privileges
  • HourFormat="hh:mm AP . Make sure to disable the above of this part

🖼️ Default SDDM background

  • To change the default background, put desired image in the /usr/share/sddm/themes/simple-sddm/Backgrounds/ folder and add the name of the image followed by its extension (.jpg or .png) in theme.conf file.

  • You can also customize it further if you wish in the /usr/share/sddm/themes/simple-sddm/theme.conf (blur, form position, etc)

Credits