From 9f38ce4372256018ee1ad32ff3b2e691dd41a473 Mon Sep 17 00:00:00 2001 From: Keyitdev <70140437+Keyitdev@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:26:50 +0200 Subject: [PATCH] Update: Changed file paths. --- background.png => Backgrounds/1.png | Bin theme.conf => Themes/theme1.conf | 2 +- metadata.desktop | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) rename background.png => Backgrounds/1.png (100%) rename theme.conf => Themes/theme1.conf (99%) diff --git a/background.png b/Backgrounds/1.png similarity index 100% rename from background.png rename to Backgrounds/1.png diff --git a/theme.conf b/Themes/theme1.conf similarity index 99% rename from theme.conf rename to Themes/theme1.conf index 71c72ab..676505f 100644 --- a/theme.conf +++ b/Themes/theme1.conf @@ -28,7 +28,7 @@ HeaderText="" #################### Background #################### -Background="background.png" +Background="Backgrounds/1.png" # Must be relative path. DimBackground="0.0" # Options: 0.0-1.0. diff --git a/metadata.desktop b/metadata.desktop index 468a04d..d10e2ff 100644 --- a/metadata.desktop +++ b/metadata.desktop @@ -2,14 +2,14 @@ Name=sddm-astronaut-theme Description=sddm-astronaut-theme Author=keyitdev +Website=https://github.com/Keyitdev/sddm-astronaut-theme License=GPL-3.0-or-later Type=sddm-theme Version=1.1 -Website=https://github.com/Keyitdev/sddm-astronaut-theme -Screenshot=Previews/preview.png +ConfigFile=Themes/theme1.conf +Screenshot=Previews/preview1.png MainScript=Main.qml -ConfigFile=theme.conf TranslationsDirectory=translations Theme-Id=sddm-astronaut-theme Theme-API=2.0 -QtVersion=6 +QtVersion=6 \ No newline at end of file