diff options
Diffstat (limited to 'config/quickshell/overview/shell.qml')
| -rw-r--r-- | config/quickshell/overview/shell.qml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/quickshell/overview/shell.qml b/config/quickshell/overview/shell.qml new file mode 100644 index 00000000..e92b4eb7 --- /dev/null +++ b/config/quickshell/overview/shell.qml @@ -0,0 +1,16 @@ +//@ pragma UseQApplication +//@ pragma Env QT_QUICK_CONTROLS_STYLE=Basic + +import "./modules/overview/" +import "./services/" +import "./common/" +import "./common/functions/" +import "./common/widgets/" + +import QtQuick +import Quickshell +import Quickshell.Hyprland + +ShellRoot { + Overview {} +} |
