aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/modules/common/Directories.qml
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-06-22 22:37:16 +0900
committerGitHub <noreply@github.com>2025-06-22 22:37:16 +0900
commitafa756b92c95f090534ed8349dfd72adc12561d3 (patch)
tree2aae90f97566d3943202e9c6605cc95c99d08ac1 /config/quickshell/modules/common/Directories.qml
parent0f70ff7ae24196ecf5cb9cf2c6299c2d2636a82b (diff)
parent897873fccd5d19c460128998b9434238dcf07ba6 (diff)
Merge pull request #749 from SherLock707/overviewV2_qs
qs:Overview update: 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.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/quickshell/modules/common/Directories.qml b/config/quickshell/modules/common/Directories.qml
index 9ddf43bd..f4a6bf83 100644
--- a/config/quickshell/modules/common/Directories.qml
+++ b/config/quickshell/modules/common/Directories.qml
@@ -11,6 +11,7 @@ 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`)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage