This commit is contained in:
Zacharias-Brohn
2026-03-04 22:25:12 +01:00
parent 52a9049abb
commit 52cf956323
4 changed files with 44 additions and 12 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ Searcher {
list.search.text = `${Config.launcher.actionPrefix}${command[1]} `;
} else if (command[0] === "setMode" && command.length > 1) {
list.visibilities.launcher = false;
Colours.setMode(command[1]);
DynamicColors.setMode(command[1]);
} else {
list.visibilities.launcher = false;
Quickshell.execDetached(command);