Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddrs/tokyo-night-sddm
Tokyo Night theme for SDDM
https://github.com/siddrs/tokyo-night-sddm
Last synced: about 7 hours ago
JSON representation
Tokyo Night theme for SDDM
- Host: GitHub
- URL: https://github.com/siddrs/tokyo-night-sddm
- Owner: siddrs
- License: lgpl-2.1
- Created: 2021-12-18T11:01:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T10:11:40.000Z (over 1 year ago)
- Last Synced: 2024-09-19T04:02:10.554Z (about 2 months ago)
- Language: QML
- Size: 6.37 MB
- Stars: 65
- Watchers: 1
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-linux-ricing - Tokyo Night
README
🗼 Tokyo Night SDDM 🗼
A Tokyo Night theme for the SDDM Login ManagerPreview
More Previews
## Install
### From sources
> _Assumes that you've installed and configured SDDM correctly_ (if not [read more](https://wiki.archlinux.org/title/SDDM))> Please make sure you have the following dependencies installed:
> `qt5-quickcontrols2`, `qt5-graphicaleffects`, `qt5-svg`1. Open terminal, and clone the repository with:
```sh
git clone https://github.com/rototrash/tokyo-night-sddm.git ~/tokyo-night-sddm
```2. Them move it as follows:
```sh
sudo mv ~/tokyo-night-sddm /usr/share/sddm/themes/
```### Arch Linux
This theme is available on the [AUR](https://aur.archlinux.org/packages/sddm-theme-tokyo-night), you can install it with `makepkg` or using an AUR helper.```sh
git clone https://aur.archlinux.org/sddm-theme-tokyo-night.git
cd sddm-theme-tokyo-night
makepkg -Ccsi
```## Configure
Edit the `/etc/sddm.conf` (with any text editor with **raised** privileges), so that it looks like this:
```sh
sudo nano /etc/sddm.conf # use any text editor with raised privileges
---
[Theme]
Current=tokyo-night-sddm
```### Language and time format
- You can also change the time format.
- To change the default wallpaper put desired image in the `tokyo-night-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 `theme.conf`
(blur, form position, etc).
## Credits- Based on the theme [`Sugar Dark for SDDM`](https://github.com/MarianArlt/sddm-sugar-dark) by [**MarianArlt**](https://github.com/MarianArlt).
- AUR Package by [**julian-poidevin**](https://github.com/julian-poidevin)## License
[GNU Lesser General Public License v3.0](LICENSE)