config moved to c++ plugin, removed old qml + fileview implementation

This commit is contained in:
2026-08-13 02:25:26 +02:00
parent c29b91cd26
commit 3cd3209b28
341 changed files with 4851 additions and 3502 deletions
+3 -2
View File
@@ -2,9 +2,10 @@ pragma Singleton
import qs.Modules.Launcher
import qs.Helpers
import qs.Config
import ZShell.Config
import Quickshell
import QtQuick
import qs.Services
Searcher {
id: root
@@ -42,7 +43,7 @@ Searcher {
list.search.text = `${Config.launcher.actionPrefix}${command[1]} `;
} else if (command[0] === "setMode" && command.length > 1) {
list.visibilities.launcher = false;
DynamicColors.setMode(command[1]);
Colors.setMode(command[1]);
} else {
list.visibilities.launcher = false;
Quickshell.execDetached(command);
+1 -1
View File
@@ -2,7 +2,7 @@ pragma Singleton
import ZShell
import Quickshell
import qs.Config
import ZShell.Config
import qs.Helpers
import qs.Paths
+1 -1
View File
@@ -3,7 +3,7 @@ pragma Singleton
import Quickshell
import QtQuick
import qs.Modules.Launcher
import qs.Config
import ZShell.Config
import qs.Helpers
Searcher {