From 54b56290253719aa71d8ccfddff6fa0424e22804 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Mon, 13 Jul 2026 14:55:49 -0400 Subject: Moved quickshell-backtup to -trixie Signed-off-by: Don Williams --- config/quickshell/overview-trixie/shell.qml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config/quickshell/overview-trixie/shell.qml (limited to 'config/quickshell/overview-trixie/shell.qml') diff --git a/config/quickshell/overview-trixie/shell.qml b/config/quickshell/overview-trixie/shell.qml new file mode 100644 index 00000000..7fc9e0ee --- /dev/null +++ b/config/quickshell/overview-trixie/shell.qml @@ -0,0 +1,25 @@ +//@ pragma UseQApplication +//@ pragma Env QT_QUICK_CONTROLS_STYLE=Basic +//@ pragma Env QT_QPA_PLATFORMTHEME= + +import "./modules/overview/" +import "./services/" +import "./common/" +import "./common/functions/" +import "./common/widgets/" + +import QtQuick +import Quickshell +import Quickshell.Hyprland + +ShellRoot { + Connections { + target: Quickshell + + function onReloadCompleted() { + Quickshell.inhibitReloadPopup(); + } + } + + Overview {} +} -- cgit v1.2.3