Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Keyitdev/sddm-astronaut-theme
Modern looking sddm qt6 theme.
https://github.com/Keyitdev/sddm-astronaut-theme
astronaut dotfiles linux login-manager login-screen rice sddm sddm-theme theme unixporn
Last synced: about 2 months ago
JSON representation
Modern looking sddm qt6 theme.
- Host: GitHub
- URL: https://github.com/Keyitdev/sddm-astronaut-theme
- Owner: Keyitdev
- License: gpl-3.0
- Created: 2022-01-27T18:18:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T22:19:14.000Z (4 months ago)
- Last Synced: 2024-09-18T03:02:43.489Z (4 months ago)
- Topics: astronaut, dotfiles, linux, login-manager, login-screen, rice, sddm, sddm-theme, theme, unixporn
- Language: QML
- Homepage:
- Size: 9.69 MB
- Stars: 241
- Watchers: 2
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-linux-ricing - astronaut
README
# sddm-astronaut-theme
A theme for the [SDDM login manager](https://github.com/sddm/sddm).
- Screen resolution: 1080p
- Font: Open sans### Preview
You can easily change how it looks in **[config](./theme.conf)**.
Here are some examples:![Preview](./Previews/preview1.png)
![Preview](./Previews/preview2.png)
![Preview](./Previews/preview3.png)
![Preview](./Previews/preview4.png)### Dependencies
```sh
qt6-5compat qt6-declarative qt6-svg sddm
```
> qt6-declarative replaces qt6-quickcontrols2
> https://archlinux.org/packages/extra/x86_64/qt6-declarative/### Install
1. Clone this repository, copy fonts to `/usr/share/fonts/`:
```sh
sudo git clone https://github.com/keyitdev/sddm-astronaut-theme.git /usr/share/sddm/themes/sddm-astronaut-theme
sudo cp /usr/share/sddm/themes/sddm-astronaut-theme/Fonts/* /usr/share/fonts/
```2. Then edit `/etc/sddm.conf`, so that it looks like this:
```sh
echo "[Theme]
Current=sddm-astronaut-theme" | sudo tee /etc/sddm.conf
```### Credits
Based on the theme [`Sugar Dark for SDDM`](https://github.com/MarianArlt/sddm-sugar-dark) by **MarianArlt**.
### License
Distributed under the **[GPLv3+](https://www.gnu.org/licenses/gpl-3.0.html) License**.
Copyright (C) 2022-2024 Keyitdev.