notification changes

This commit is contained in:
Zacharias-Brohn
2026-02-04 14:11:30 +01:00
parent 29606e363a
commit 76e008007e
57 changed files with 4537 additions and 202 deletions
+5 -1
View File
@@ -1,3 +1,4 @@
import Quickshell
import Quickshell.Hyprland
import QtQuick
import qs.Config
@@ -7,6 +8,8 @@ import qs.Components
Item {
id: root
required property PersistentProperties visibilities
implicitWidth: 20
anchors.top: parent.top
anchors.bottom: parent.bottom
@@ -33,7 +36,8 @@ Item {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: {
Hyprland.dispatch("global zshell-nc:toggle-nc");
// Hyprland.dispatch("global zshell-nc:toggle-nc");
root.visibilities.sidebar = !root.visibilities.sidebar;
}
}
}