diff options
Diffstat (limited to 'config/quickshell/overview-backup/shell.qml')
| -rw-r--r-- | config/quickshell/overview-backup/shell.qml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config/quickshell/overview-backup/shell.qml b/config/quickshell/overview-backup/shell.qml new file mode 100644 index 00000000..7fc9e0ee --- /dev/null +++ b/config/quickshell/overview-backup/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 {} +} |
