diff --git a/config/modules/quickshell/quickshell/Shell.qml b/config/modules/quickshell/quickshell/Shell.qml new file mode 100644 index 0000000..f795b44 --- /dev/null +++ b/config/modules/quickshell/quickshell/Shell.qml @@ -0,0 +1,11 @@ +// @ pragma UseQApplication +//@ pragma Env QS_NO_RELOAD_POPUP=0 +//@ pragma Env QT_QUICK_CONTROLS_STYLE=Basic +//@ pragma Env QT_QUICK_FLICKABLE_WHEEL_DECELERATION=10000 + +import Quickshell +import QtQuick + +Scope { + Bar {} +} diff --git a/config/modules/quickshell/quickshell/shell.qml b/config/modules/quickshell/quickshell/shell.qml deleted file mode 100644 index 5df3dd1..0000000 --- a/config/modules/quickshell/quickshell/shell.qml +++ /dev/null @@ -1,7 +0,0 @@ -// @ pragma UseQApplication -import Quickshell -import QtQuick - -Scope { - Bar {} -}