aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-09-26 08:14:16 -0400
committerCullum Smith <cullum@sacredheartsc.com>2025-09-26 08:14:16 -0400
commit4d0b55fe3bda9c3d5035e94e2ff13dac8e67d6da (patch)
treeaaa97b8c3b2a6e90f24103b5aa4a55af3c843216
parentbeb03da55cb22ac49ddcfa6d5fff8ee52f820c63 (diff)
downloadinfrastructure-4d0b55fe3bda9c3d5035e94e2ff13dac8e67d6da.tar.gz
set sddm backgroundHEADmaster
-rw-r--r--files/usr/local/share/sddm/theme.conf.user.desktop4
l---------files/usr/local/share/sddm/theme.conf.user.laptop1
l---------files/usr/local/share/sddm/theme.conf.user.roadwarrior_laptop1
-rw-r--r--scripts/hostclass/desktop1
4 files changed, 7 insertions, 0 deletions
diff --git a/files/usr/local/share/sddm/theme.conf.user.desktop b/files/usr/local/share/sddm/theme.conf.user.desktop
new file mode 100644
index 0000000..45ba868
--- /dev/null
+++ b/files/usr/local/share/sddm/theme.conf.user.desktop
@@ -0,0 +1,4 @@
+[General]
+background=/usr/local/share/wallpapers/Elarun/contents/images/2560x1600.png
+showClock=true
+type=image
diff --git a/files/usr/local/share/sddm/theme.conf.user.laptop b/files/usr/local/share/sddm/theme.conf.user.laptop
new file mode 120000
index 0000000..f5a60ae
--- /dev/null
+++ b/files/usr/local/share/sddm/theme.conf.user.laptop
@@ -0,0 +1 @@
+theme.conf.user.desktop \ No newline at end of file
diff --git a/files/usr/local/share/sddm/theme.conf.user.roadwarrior_laptop b/files/usr/local/share/sddm/theme.conf.user.roadwarrior_laptop
new file mode 120000
index 0000000..f5a60ae
--- /dev/null
+++ b/files/usr/local/share/sddm/theme.conf.user.roadwarrior_laptop
@@ -0,0 +1 @@
+theme.conf.user.desktop \ No newline at end of file
diff --git a/scripts/hostclass/desktop b/scripts/hostclass/desktop
index 8c76472..e57bae0 100644
--- a/scripts/hostclass/desktop
+++ b/scripts/hostclass/desktop
@@ -81,6 +81,7 @@ install_file -m 0644 \
# Copy SDDM config file.
install_template -m 0644 /usr/local/etc/sddm.conf
+install_file -m 0644 /usr/local/share/sddm/theme.conf.user
# Create profile script for KDE environment variables.
install_file -m 0644 /etc/profile.d/kde.sh