aboutsummaryrefslogtreecommitdiff
path: root/modules/system/quickshell/IconCircle.qml
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-05-30 15:35:27 +0200
committerLeander Scherer <leander@schererleander.de>2026-05-30 15:35:27 +0200
commitd2747e2ca1e211a32e91e44010f40a00e0ac97e4 (patch)
treefb229d6a18541c7a5f1944390b21edde028955f9 /modules/system/quickshell/IconCircle.qml
parent51b3cbd50b92d026549ce3ebff17ca9b3344f441 (diff)
feat(quickshell): add popup controls and privacy indicators
Diffstat (limited to 'modules/system/quickshell/IconCircle.qml')
-rw-r--r--modules/system/quickshell/IconCircle.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/system/quickshell/IconCircle.qml b/modules/system/quickshell/IconCircle.qml
index 50d5dd6..35a399c 100644
--- a/modules/system/quickshell/IconCircle.qml
+++ b/modules/system/quickshell/IconCircle.qml
@@ -4,7 +4,7 @@ import Quickshell
Rectangle {
id: root
-
+
property string source: ""
property bool active: false
property real size: 24
@@ -23,8 +23,8 @@ Rectangle {
sourceSize: Qt.size(width, height)
smooth: true
mipmap: true
-
- visible: false
+
+ visible: false
}
MultiEffect {
@@ -32,7 +32,7 @@ Rectangle {
source: iconImage
colorizationColor: "#FFFFFF"
colorization: 1.0
-
+
opacity: root.active ? 1.0 : 0.6
}
}