From d7de61fac8e6ba5a4f4b66a5d9235e632b3bd9ce Mon Sep 17 00:00:00 2001 From: voidarc Date: Mon, 10 Aug 2026 13:25:57 +0100 Subject: [PATCH] formatting and adding exclusivetoscreen to the right modules --- Bar/Battery.qml | 3 ++- Bar/Time.qml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Bar/Battery.qml b/Bar/Battery.qml index d614d4c..99b4a6e 100644 --- a/Bar/Battery.qml +++ b/Bar/Battery.qml @@ -16,11 +16,12 @@ Container { property bool opened: false property double radius: 9 - animOffset: 150 + animOffset: 150 boxColor: Colors.green boxRadius: radius defaultItem: icon exclusiveMonitor: root.monitor + exclusiveToScreen: true forceHidden: !BatteryManager.hasLaptopBattery states: [ diff --git a/Bar/Time.qml b/Bar/Time.qml index 54fb987..1768ea9 100644 --- a/Bar/Time.qml +++ b/Bar/Time.qml @@ -27,6 +27,7 @@ Container { boxColor: Colors.mauve defaultItem: time exclusiveMonitor: root.monitor + exclusiveToScreen: true states: [ State {