Launcher: should respect the same design as other panels

- mTertiary for hover
- no special gradient
- classic thin border
This commit is contained in:
LemmyCook 2025-08-21 21:25:13 -04:00
parent cb554f106b
commit 7d47b98621
4 changed files with 135 additions and 125 deletions

View file

@ -33,11 +33,20 @@ Item {
}
}
// For backward compatibility, should be removed soon(tmc)
IpcHandler {
target: "appLauncher"
function toggle() {
appLauncherPanel.toggle(Quickshell.screens[0])
launcherPanel.toggle(Quickshell.screens[0])
}
}
IpcHandler {
target: "launcher"
function toggle() {
launcherPanel.toggle(Quickshell.screens[0])
}
}