Update theme and SDDM to lua

This commit is contained in:
Ryan Hughes
2026-05-11 10:39:22 -04:00
parent c7b6a7f8c4
commit f1bec15325
6 changed files with 165 additions and 157 deletions
-11
View File
@@ -1,11 +0,0 @@
# Minimal Hyprland config for the SDDM Wayland greeter.
# SDDM starts the greeter itself after the compositor is ready.
misc {
disable_hyprland_logo = true
disable_splash_rendering = true
force_default_wallpaper = 0
}
animations {
enabled = false
}
+13
View File
@@ -0,0 +1,13 @@
-- Minimal Hyprland config for the SDDM Wayland greeter.
-- SDDM starts the greeter itself after the compositor is ready.
hl.config({
misc = {
disable_hyprland_logo = true,
disable_splash_rendering = true,
force_default_wallpaper = 0,
},
animations = {
enabled = false,
},
})