launcher overhaul

This commit is contained in:
Zacharias-Brohn
2026-02-17 17:12:34 +01:00
parent dbb930f39a
commit 9cf054a1c6
6 changed files with 7 additions and 119 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ main() {
done
if [[ "$LOCK" = "true" ]]; then
hyprctl dispatch global zshell-lock:lock
hyprctl dispatch global zshell:lock
else
qs -n -d -p "$QML_ROOT/shell.qml"
fi
+1 -1
View File
@@ -13,7 +13,7 @@ main() {
done
if [[ "$LOCK" = "true" ]]; then
hyprctl dispatch global zshell-lock:lock
hyprctl dispatch global zshell:lock
else
qs -n -d -p "$QML_ROOT/shell.qml"
fi