feat: upgrade to qt6
This commit is contained in:
parent
320c8e74ad
commit
1e7d08551b
10 changed files with 63 additions and 68 deletions
23
README.md
23
README.md
|
|
@ -4,6 +4,10 @@
|
|||
A Tokyo Night theme for the <a href="https://github.com/sddm/sddm">SDDM Login Manager</a>
|
||||
</p>
|
||||
|
||||
<p align=center>
|
||||
<i>Now <a href="https://github.com/siddrs/tokyo-night-sddm">updated</a> to Qt6!</i>
|
||||
</p>
|
||||
|
||||
<h2 align=center>Preview</h2>
|
||||
<center>
|
||||
<img src="./Previews/1.png" alt="preview-1">
|
||||
|
|
@ -19,30 +23,18 @@ A Tokyo Night theme for the <a href="https://github.com/sddm/sddm">SDDM Login Ma
|
|||
### 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
|
||||
git clone https://git.tokinanpa.dev/toki/tokyo-night-sddm ~/tokyo-night
|
||||
```
|
||||
|
||||
2. Them move it as follows:
|
||||
|
||||
```sh
|
||||
sudo mv ~/tokyo-night-sddm /usr/share/sddm/themes/
|
||||
sudo mv ~/tokyo-night /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:
|
||||
|
|
@ -51,7 +43,7 @@ Edit the `/etc/sddm.conf` (with any text editor with **raised** privileges), so
|
|||
sudo nano /etc/sddm.conf # use any text editor with raised privileges
|
||||
---
|
||||
[Theme]
|
||||
Current=tokyo-night-sddm
|
||||
Current=tokyo-night
|
||||
```
|
||||
|
||||
### Language and time format
|
||||
|
|
@ -63,7 +55,6 @@ Current=tokyo-night-sddm
|
|||
## 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue