aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiran George <kirangeorge1995@gmail.com>2025-06-22 08:14:42 +0530
committerKiran George <kirangeorge1995@gmail.com>2025-06-22 08:14:42 +0530
commit897873fccd5d19c460128998b9434238dcf07ba6 (patch)
tree2aae90f97566d3943202e9c6605cc95c99d08ac1
parent96a6196f835df391d477cca75a5b6725aaf2e464 (diff)
Corrected qml_color path
-rw-r--r--config/quickshell/modules/common/Directories.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/quickshell/modules/common/Directories.qml b/config/quickshell/modules/common/Directories.qml
index 694c73df..f4a6bf83 100644
--- a/config/quickshell/modules/common/Directories.qml
+++ b/config/quickshell/modules/common/Directories.qml
@@ -16,5 +16,5 @@ Singleton {
// Other dirs used by the shell, without "file://"
property string shellConfig: FileUtils.trimFileProtocol(`${Directories.config}/quickshell`)
property string shellConfigPath: `${Directories.shellConfig}/config.json`
- property string generatedMaterialThemePath: `${Directories.gen_cache}/hellwal/qml_color.json`
+ property string generatedMaterialThemePath: `${Directories.shellConfig}/qml_color.json`
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage