Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klpod221/sddm-klpod221-theme
// A theme for SDDM
https://github.com/klpod221/sddm-klpod221-theme
sddm sddm-theme
Last synced: about 1 month ago
JSON representation
// A theme for SDDM
- Host: GitHub
- URL: https://github.com/klpod221/sddm-klpod221-theme
- Owner: klpod221
- License: mit
- Created: 2024-04-08T09:15:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T08:08:37.000Z (7 months ago)
- Last Synced: 2024-05-20T09:28:58.504Z (7 months ago)
- Topics: sddm, sddm-theme
- Language: QML
- Homepage: https://klpod221.github.io/sddm-klpod221-theme/
- Size: 7.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
--// sddm klpod221 theme //--
# About
This is a theme for the [SDDM login manager](https://github.com/sddm/sddm).
- Screen resolution: 1080p
- Font: Open sans# Preview
![Preview](./Previews/preview1.png)
![Preview](./Previews/preview2.png)
![Preview](./Previews/preview3.png)
![Preview](./Previews/preview4.png)# Dependencies
Arch Linux:
```bash
sudo pacman -S qt6-5compat qt6-declarative qt6-svg sddm
```> **Note:** If you are using a different distribution, you may need to install the equivalent packages. I don't know the names of the packages for other distributions, but you can find them by searching for the names of the packages in the package manager of your distribution.
# Install
1. Clone this repository, copy fonts to `/usr/share/fonts/`:
```sh
sudo git clone https://github.com/klpod221/sddm-klpod221-theme.git /usr/share/sddm/themes/sddm-klpod221-theme
sudo cp /usr/share/sddm/themes/sddm-klpod221-theme/Fonts/* /usr/share/fonts/
```2. Then edit `/usr/lib/sddm/sddm.conf.d/default.conf`, add or change the following lines:
```ini
[Theme]
Current=sddm-klpod221-theme
```# Credits
Based on the theme [`Sugar Dark for SDDM`](https://github.com/MarianArlt/sddm-sugar-dark) by **MarianArlt**.
# License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.