https://github.com/inledgroup/pulsar-win10-sddm-theme
https://github.com/inledgroup/pulsar-win10-sddm-theme
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/inledgroup/pulsar-win10-sddm-theme
- Owner: InledGroup
- Created: 2025-09-27T07:46:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T07:47:04.000Z (8 months ago)
- Last Synced: 2025-10-04T12:33:42.719Z (8 months ago)
- Language: QML
- Size: 20.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows 10 Login Screen SDDM Theme
## Table of contents
1. [Gallery](#gallery)
2. [Missing Features](#missing-features)
3. [Requirement](#requirements)
4. [Installation](#installation)
- [From KDE Plasma system settings](#from-kde-plasma-system-settings)
- [Manual installation on KDE Plasma desktop environment](#manual-installation-on-kde-plasma-desktop-environment)
- [If you're not using KDE Plasma](#if-youre-not-using-kde-plasma)
5. [Testing](#testing)
## Gallery
Click to view screenshots




## Missing Features
Missing features from Windows 10 login screen that's planned to be added in the future:
- Internet icons
- On-Screen Keyboard
- Successful login message [(this is a SDDM bug, waiting it to be fixed)](https://github.com/sddm/sddm/issues/1960)
## Requirements
>[!IMPORTANT]
>Please install [Segoe UI Regular](https://github.com/microsoft/reactxp/raw/master/samples/TodoList/src/resources/fonts/SegoeUI-Regular.ttf),
[Segoe UI Light](https://github.com/microsoft/reactxp/raw/master/samples/TodoList/src/resources/fonts/SegoeUI-Light.ttf) and
[Segoe MDL2](https://github.com/syncfusion/xamarin-demos/raw/master/Forms/TabView/TabView.UWP/Assets/Fonts/Segoe%20MDL2%20Assets.ttf)
font to use this SDDM theme!
You only need to have SDDM installed and don't need any other extra Qt 5 or 6 plugins to install!
## Installation
You can use installation script to install this theme, [required fonts](#requirements) and [Windows Cursors](https://github.com/birbkeks/windows-cursors)!
```
wget https://raw.githubusercontent.com/birbkeks/win10-sddm-theme/main/install.sh
chmod +x install.sh
./install.sh
```
>[!IMPORTANT]
>Please make sure to install [required fonts](#requirements) first!
### From KDE Plasma system settings:
1. Open System Settings.
2. Go to Colors & Themes and click on Login Screen (SDDM).
3. Click on "Get New..." and search for this theme, and install it from there.
### Manual installation on KDE Plasma desktop environment:
1- You can download this theme from [github releases](https://github.com/birbkeks/win10-sddm-theme/releases) or from [store.kde.org](https://store.kde.org/p/2170777) page!
2- Extract "win10-sddm-theme.tar.gz" to `/usr/share/sddm/themes`.
3- Edit /etc/sddm.conf.d/kde_settings.conf and under `[Theme]`, change `Current=` to `Current=win10-sddm-theme`.
### If you're not using KDE Plasma:
1- You can download this theme from [github releases](https://github.com/birbkeks/win10-sddm-theme/releases) or from [store.kde.org](https://store.kde.org/p/2170777) page!
2- Extract "win10-sddm-theme.tar.gz" to `/usr/share/sddm/themes`.
3- Edit /etc/sddm.conf and under `[Theme]`, change `Current=` to `Current=win10-sddm-theme`.
## Testing
If you want to test this theme before using it, you can use this command on your terminal to test this or other SDDM themes. Make sure to replace "/path/to/directory" with the directory of SDDM theme you installed.
```
env -i HOME=$HOME DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY sddm-greeter-qt6 --test-mode --theme /path/to/directory
```
