diff --git a/dots/.config/quickshell/ii/modules/overlay/OverlayContext.qml b/dots/.config/quickshell/ii/modules/overlay/OverlayContext.qml index 4eed3e5b5..7570d7312 100644 --- a/dots/.config/quickshell/ii/modules/overlay/OverlayContext.qml +++ b/dots/.config/quickshell/ii/modules/overlay/OverlayContext.qml @@ -11,9 +11,7 @@ Singleton { { identifier: "crosshair", materialSymbol: "point_scan" }, { identifier: "fpsLimiter", materialSymbol: "animation" }, { identifier: "resources", materialSymbol: "browse_activity" }, - // CUSTOM: Stickypad integration - START { identifier: "stickypad", materialSymbol: "note_stack" } - // CUSTOM: Stickypad integration - END ] readonly property bool hasPinnedWidgets: root.pinnedWidgetIdentifiers.length > 0