Update theme and SDDM to lua
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user