Launcher: should respect the same design as other panels
- mTertiary for hover - no special gradient - classic thin border
This commit is contained in:
parent
cb554f106b
commit
7d47b98621
4 changed files with 135 additions and 125 deletions
|
|
@ -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])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue