diff --git a/files/system/sddm.conf.d/theme.conf b/files/system/sddm.conf.d/theme.conf deleted file mode 100644 index 1007848..0000000 --- a/files/system/sddm.conf.d/theme.conf +++ /dev/null @@ -1,2 +0,0 @@ -[Theme] -Current=maldives \ No newline at end of file diff --git a/files/system/usr/share/hydro-os/alt-background.png b/files/system/usr/share/hydro-os/alt-background.png new file mode 100644 index 0000000..039c6c0 Binary files /dev/null and b/files/system/usr/share/hydro-os/alt-background.png differ diff --git a/files/system/usr/share/hydro-os/DefaultBackground.png b/files/system/usr/share/hydro-os/default-background.png similarity index 100% rename from files/system/usr/share/hydro-os/DefaultBackground.png rename to files/system/usr/share/hydro-os/default-background.png diff --git a/recipes/components/dnf-module.yml b/recipes/components/dnf-module.yml index 60c8bf9..fa4a281 100644 --- a/recipes/components/dnf-module.yml +++ b/recipes/components/dnf-module.yml @@ -1,6 +1,6 @@ modules: - from-file: dnf/multimedia.yml - - from-file: dnf/sddm.yml + - from-file: dnf/greeter.yml - from-file: dnf/hyprland.yml - from-file: dnf/environment.yml - from-file: dnf/applications.yml diff --git a/recipes/dnf/sddm.yml b/recipes/dnf/greeter.yml similarity index 91% rename from recipes/dnf/sddm.yml rename to recipes/dnf/greeter.yml index 3c8e3c4..7b2076d 100644 --- a/recipes/dnf/sddm.yml +++ b/recipes/dnf/greeter.yml @@ -5,11 +5,9 @@ modules: # sddm - sddm - sddm-themes - - qt5-qtgraphicaleffects - - qt5-qtquickcontrols2 - - qt5-qtsvg # added libraries for quickshell + - qt5-qtgraphicaleffects - qt5-qtimageformats - qt5-qtmultimedia - qt6-qtquickcontrols2 diff --git a/recipes/dnf/hyprland.yml b/recipes/dnf/hyprland.yml index 14b8038..2542364 100644 --- a/recipes/dnf/hyprland.yml +++ b/recipes/dnf/hyprland.yml @@ -14,6 +14,7 @@ modules: - hyprland-qtutils - xdg-desktop-portal-hyprland - matugen + - wlogout # quickshell - quickshell-git \ No newline at end of file