From f3b8ef96c2be940e46a1d335d633ac78bab6b8d1 Mon Sep 17 00:00:00 2001 From: WanderingPenwing Date: Sun, 7 Jul 2024 17:37:13 +0200 Subject: [PATCH] Initial commit --- README.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b02d1c8 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +

🗼 Tokyo Night SDDM 🗼

+ +

+A Tokyo Night theme for the SDDM Login Manager +

+ +

Preview

+
+preview-1 +
+More Previews +preview-2 +preview-4 +preview-3 +
+
+ +## 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)