remove debug print

This commit is contained in:
end-4
2025-05-09 18:22:49 +02:00
parent bbe0641503
commit de61b46ccb
2 changed files with 1 additions and 3 deletions
@@ -45,7 +45,6 @@ Item { // Wrapper
{
action: "accentcolor",
execute: (args) => {
console.log(args)
executor.executeCommand(
`${xdgConfigHome}/quickshell/scripts/switchwall.sh --noswitch --color ${args != '' ? ("'"+args+"'") : ""}`
.replace(/file:\/\//, ""))