diff --git a/modules/user/modules/quickshell/default.nix b/modules/user/modules/quickshell/default.nix index 0f5598c..9dff89b 100644 --- a/modules/user/modules/quickshell/default.nix +++ b/modules/user/modules/quickshell/default.nix @@ -10,12 +10,12 @@ in { qt6.qtdeclarative # qtdecl types in path (quickshell.packages.${system}.default.override (prevqs: { debug = true; - qt6 = prevqs.qt6.overrideScope (_: prevqt: { + /*qt6 = prevqs.qt6.overrideScope (_: prevqt: { qtdeclarative = prevqt.qtdeclarative.overrideAttrs (prev: { cmakeBuildType = "Debug"; dontStrip = true; }); - }); + });*/ })) grim imagemagick # screenshot ]; diff --git a/modules/user/modules/quickshell/shell/bar/mpris/BackgroundArt.qml b/modules/user/modules/quickshell/shell/bar/mpris/BackgroundArt.qml index 4c7b81c..b7c0204 100644 --- a/modules/user/modules/quickshell/shell/bar/mpris/BackgroundArt.qml +++ b/modules/user/modules/quickshell/shell/bar/mpris/BackgroundArt.qml @@ -1,3 +1,6 @@ +//@ pragma Internal +pragma ComponentBehavior: Bound + import QtQuick import QtQuick.Controls import QtQuick.Layouts diff --git a/modules/user/modules/quickshell/shell/bar/mpris/MediaSlider.qml b/modules/user/modules/quickshell/shell/bar/mpris/MediaSlider.qml index 5670051..af3ae41 100644 --- a/modules/user/modules/quickshell/shell/bar/mpris/MediaSlider.qml +++ b/modules/user/modules/quickshell/shell/bar/mpris/MediaSlider.qml @@ -1,3 +1,4 @@ +//@ pragma Internal import QtQuick import QtQuick.Templates as T diff --git a/modules/user/modules/quickshell/shell/bar/systray/MenuCheckBox.qml b/modules/user/modules/quickshell/shell/bar/systray/MenuCheckBox.qml index 257229d..eb42eb3 100644 --- a/modules/user/modules/quickshell/shell/bar/systray/MenuCheckBox.qml +++ b/modules/user/modules/quickshell/shell/bar/systray/MenuCheckBox.qml @@ -1,3 +1,4 @@ +//@ pragma Internal import QtQuick import QtQuick.Shapes import qs diff --git a/modules/user/modules/quickshell/shell/bar/systray/MenuChildrenRevealer.qml b/modules/user/modules/quickshell/shell/bar/systray/MenuChildrenRevealer.qml index ad7c0f8..55f9c8e 100644 --- a/modules/user/modules/quickshell/shell/bar/systray/MenuChildrenRevealer.qml +++ b/modules/user/modules/quickshell/shell/bar/systray/MenuChildrenRevealer.qml @@ -1,3 +1,4 @@ +//@ pragma Internal import QtQuick import QtQuick.Shapes import Quickshell diff --git a/modules/user/modules/quickshell/shell/bar/systray/MenuItem.qml b/modules/user/modules/quickshell/shell/bar/systray/MenuItem.qml index 7271841..326ccaf 100644 --- a/modules/user/modules/quickshell/shell/bar/systray/MenuItem.qml +++ b/modules/user/modules/quickshell/shell/bar/systray/MenuItem.qml @@ -1,3 +1,4 @@ +//@ pragma Internal import QtQuick import QtQuick.Layouts import Quickshell diff --git a/modules/user/modules/quickshell/shell/bar/systray/MenuRadioButton.qml b/modules/user/modules/quickshell/shell/bar/systray/MenuRadioButton.qml index adabdf5..fd5c288 100644 --- a/modules/user/modules/quickshell/shell/bar/systray/MenuRadioButton.qml +++ b/modules/user/modules/quickshell/shell/bar/systray/MenuRadioButton.qml @@ -1,3 +1,4 @@ +//@ pragma Internal import QtQuick import qs diff --git a/modules/user/modules/quickshell/shell/bar/systray/MenuView.qml b/modules/user/modules/quickshell/shell/bar/systray/MenuView.qml index fc80aea..b90514f 100644 --- a/modules/user/modules/quickshell/shell/bar/systray/MenuView.qml +++ b/modules/user/modules/quickshell/shell/bar/systray/MenuView.qml @@ -1,7 +1,7 @@ +//@ pragma Internal import QtQuick import QtQuick.Layouts import Quickshell -import Quickshell.DBusMenu import qs ColumnLayout {