migration(theming): redownload outdated color schemes to fix terminal format

This commit is contained in:
Lysec
2026-03-05 17:52:06 +01:00
parent 6ce879866b
commit 677413e6fc
4 changed files with 112 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Singleton {
- Default cache directory: ~/.cache/noctalia
*/
readonly property alias data: adapter // Used to access via Settings.data.xxx.yyy
readonly property int settingsVersion: 55
readonly property int settingsVersion: 56
property bool isDebug: Quickshell.env("NOCTALIA_DEBUG") === "1"
readonly property string shellName: "noctalia"
readonly property string configDir: Quickshell.env("NOCTALIA_CONFIG_DIR") || (Quickshell.env("XDG_CONFIG_HOME") || Quickshell.env("HOME") + "/.config") + "/" + shellName + "/"