Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
de69d6fad8
|
|||
|
7dc8c4c29b
|
@@ -1,6 +1,7 @@
|
|||||||
import "nix"
|
import "nix"
|
||||||
|
|
||||||
import Quickshell
|
import Quickshell
|
||||||
|
import Quickshell.Io
|
||||||
import Quickshell.Wayland
|
import Quickshell.Wayland
|
||||||
|
|
||||||
import QtQuick
|
import QtQuick
|
||||||
@@ -14,6 +15,8 @@ import QtQuick.Layouts
|
|||||||
PanelWindow {
|
PanelWindow {
|
||||||
id: win
|
id: win
|
||||||
|
|
||||||
|
visible: false
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
top: true
|
top: true
|
||||||
bottom: true
|
bottom: true
|
||||||
@@ -231,4 +234,12 @@ PanelWindow {
|
|||||||
appList.clear();
|
appList.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IpcHandler {
|
||||||
|
target: "launcher"
|
||||||
|
|
||||||
|
function search(): void {
|
||||||
|
win.visible = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -4,4 +4,5 @@ ShellRoot {
|
|||||||
settings.watchFiles: true
|
settings.watchFiles: true
|
||||||
|
|
||||||
Bar {}
|
Bar {}
|
||||||
|
Launcher {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user