mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
ensure state dir exists
This commit is contained in:
@@ -57,6 +57,10 @@ Singleton {
|
|||||||
return path + "/dankshell"
|
return path + "/dankshell"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Component.onCompleted: {
|
||||||
|
Quickshell.execDetached(["mkdir", "-p", stateDir])
|
||||||
|
}
|
||||||
|
|
||||||
function getMatugenColor(path, fallback) {
|
function getMatugenColor(path, fallback) {
|
||||||
colorUpdateTrigger
|
colorUpdateTrigger
|
||||||
const colorMode = (typeof SessionData !== "undefined" && SessionData.isLightMode) ? "light" : "dark"
|
const colorMode = (typeof SessionData !== "undefined" && SessionData.isLightMode) ? "light" : "dark"
|
||||||
|
|||||||
Reference in New Issue
Block a user