feat(sddm): add SDDM theme and config files
This commit is contained in:
5
bootstrap.sh
Normal file
5
bootstrap.sh
Normal 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/
|
||||||
@@ -34,6 +34,7 @@ woff2-font-awesome
|
|||||||
lxappearance
|
lxappearance
|
||||||
kvantum-qt5
|
kvantum-qt5
|
||||||
sddm
|
sddm
|
||||||
|
sddm-sugar-candy-git
|
||||||
libva-nvidia-driver
|
libva-nvidia-driver
|
||||||
nvidia-open
|
nvidia-open
|
||||||
nvidia-settings
|
nvidia-settings
|
||||||
|
|||||||
4
system/sddm.conf.d/display.conf
Executable file
4
system/sddm.conf.d/display.conf
Executable 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
2
system/sddm.conf.d/theme.conf
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
[Theme]
|
||||||
|
Current=sugar-candy
|
||||||
5
system/sddm/scripts/Xsetup
Executable file
5
system/sddm/scripts/Xsetup
Executable 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
|
||||||
Reference in New Issue
Block a user