https://github.com/shell-ninja/sequoia-sddm-theme
updated sequoia sddm theme for myself
https://github.com/shell-ninja/sequoia-sddm-theme
Last synced: 5 months ago
JSON representation
updated sequoia sddm theme for myself
- Host: GitHub
- URL: https://github.com/shell-ninja/sequoia-sddm-theme
- Owner: shell-ninja
- License: gpl-3.0
- Created: 2025-05-06T09:41:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T10:54:18.000Z (about 1 year ago)
- Last Synced: 2025-05-15T10:12:06.596Z (about 1 year ago)
- Language: QML
- Size: 8.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Updated Sequoia SDDM Theme
I have updated the base [Sequoia](https://codeberg.org/minMelody/sddm-sequoia) sddm theme for myself.
Download the original from [pling](https://www.pling.com/p/2191680/).
### Dependencies
> [!NOTE]
> Package names used below are for Arch Linux, packages may vary for your distro
- sddm
- a [Nerd Font](https://www.nerdfonts.com/font-downloads) installed system-wide >= v3.0
- qt6 >= 6.6
- qt6-declarative
- qt6-5compat
### Installation
Clone this repository:
```bash
git clone --depth=1 https://github.com/shell-ninja/sequoia-sddm-theme.git
sudo cp -r sequoia-sddm-theme /usr/share/sddm/themes/
```
Now follow these steps:
```bash
sudo mkdir -p /etc/sddm.conf.d/
sudo touch /etc/sddm.conf.d/theme.conf.user
echo -e "[Theme]\nCurrent=sequoia-sddm-theme" | sudo tee /etc/sddm.conf.d/theme.conf.user
```
Now logout and see the changes.