aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/modules/common/Directories.qml
diff options
context:
space:
mode:
authorKiran George <kirangeorge1995@gmail.com>2025-06-21 17:26:23 +0530
committerKiran George <kirangeorge1995@gmail.com>2025-06-21 17:26:23 +0530
commit0cda8f13953d0f4cc6126d4810c04452cc3375b8 (patch)
tree3627d7b49135b1d98f018dccb019c8cefc1ff0e4 /config/quickshell/modules/common/Directories.qml
parent1462996cc5256e6337eafc226423de5559214c7f (diff)
Refactored for better colour and font expose and cleaned up unused code
Diffstat (limited to 'config/quickshell/modules/common/Directories.qml')
-rw-r--r--config/quickshell/modules/common/Directories.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/quickshell/modules/common/Directories.qml b/config/quickshell/modules/common/Directories.qml
index 9ddf43bd..694c73df 100644
--- a/config/quickshell/modules/common/Directories.qml
+++ b/config/quickshell/modules/common/Directories.qml
@@ -11,9 +11,10 @@ Singleton {
// XDG Dirs, with "file://"
readonly property string config: StandardPaths.standardLocations(StandardPaths.ConfigLocation)[0]
readonly property string state: StandardPaths.standardLocations(StandardPaths.StateLocation)[0]
+ readonly property string gen_cache: StandardPaths.standardLocations(StandardPaths.GenericCacheLocation)[0]
// 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.shellConfig}/qml_color.json`
+ property string generatedMaterialThemePath: `${Directories.gen_cache}/hellwal/qml_color.json`
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage