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 {