diff options
| author | Kiran George <kirangeorge1995@gmail.com> | 2025-06-22 08:14:42 +0530 |
|---|---|---|
| committer | Kiran George <kirangeorge1995@gmail.com> | 2025-06-22 08:14:42 +0530 |
| commit | 897873fccd5d19c460128998b9434238dcf07ba6 (patch) | |
| tree | 2aae90f97566d3943202e9c6605cc95c99d08ac1 /config/quickshell/modules/common | |
| parent | 96a6196f835df391d477cca75a5b6725aaf2e464 (diff) | |
Corrected qml_color path
Diffstat (limited to 'config/quickshell/modules/common')
| -rw-r--r-- | config/quickshell/modules/common/Directories.qml | 2 |
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` } |
