feat(sddm): add SDDM theme and config files

This commit is contained in:
2026-02-26 22:09:11 +00:00
parent 6267c5456c
commit 7218365434
5 changed files with 17 additions and 0 deletions

5
bootstrap.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
sudo mkdir -p /etc/sddm.conf.d
sudo cp -a system/sddm.conf.d /etc/
sudo cp -a system/sddm /etc/

View File

@@ -34,6 +34,7 @@ woff2-font-awesome
lxappearance
kvantum-qt5
sddm
sddm-sugar-candy-git
libva-nvidia-driver
nvidia-open
nvidia-settings

View File

@@ -0,0 +1,4 @@
[XDisplay]
# Xsetup script path
# A script to execute when starting the display server
DisplayCommand=/etc/sddm/scripts/Xsetup

2
system/sddm.conf.d/theme.conf Executable file
View File

@@ -0,0 +1,2 @@
[Theme]
Current=sugar-candy

5
system/sddm/scripts/Xsetup Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
xrandr \
--output DP-0 --mode 1920x1080 --pos 0x0 --rate 144 \
--output DP-4 --mode 1920x1080 --pos 1920x0 --rate 270 --primary