diff --git a/quickshell/Modules/Plugins/PluginComponent.qml b/quickshell/Modules/Plugins/PluginComponent.qml index 5fa21345..3fe3ba19 100644 --- a/quickshell/Modules/Plugins/PluginComponent.qml +++ b/quickshell/Modules/Plugins/PluginComponent.qml @@ -44,6 +44,9 @@ Item { readonly property bool hasVerticalPill: verticalBarPill !== null readonly property bool hasPopout: popoutContent !== null + readonly property int iconSize: Theme.barIconSize(barThickness, -4) + readonly property int iconSizeLarge: Theme.barIconSize(barThickness) + Component.onCompleted: { loadPluginData(); }