From 9fbb2574d459d6cc066c593475bace08cf335935 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Sat, 21 Feb 2026 17:52:02 +0000 Subject: [PATCH] a --- config/modules/quickshell/quickshell/Shell.qml | 11 +++++++++++ config/modules/quickshell/quickshell/shell.qml | 7 ------- 2 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 config/modules/quickshell/quickshell/Shell.qml delete mode 100644 config/modules/quickshell/quickshell/shell.qml 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 {} -}