formatting and adding exclusivetoscreen to the right modules

This commit is contained in:
2026-08-10 13:25:57 +01:00
parent 006697b768
commit d7de61fac8
2 changed files with 3 additions and 1 deletions

View File

@@ -16,11 +16,12 @@ Container {
property bool opened: false property bool opened: false
property double radius: 9 property double radius: 9
animOffset: 150 animOffset: 150
boxColor: Colors.green boxColor: Colors.green
boxRadius: radius boxRadius: radius
defaultItem: icon defaultItem: icon
exclusiveMonitor: root.monitor exclusiveMonitor: root.monitor
exclusiveToScreen: true
forceHidden: !BatteryManager.hasLaptopBattery forceHidden: !BatteryManager.hasLaptopBattery
states: [ states: [

View File

@@ -27,6 +27,7 @@ Container {
boxColor: Colors.mauve boxColor: Colors.mauve
defaultItem: time defaultItem: time
exclusiveMonitor: root.monitor exclusiveMonitor: root.monitor
exclusiveToScreen: true
states: [ states: [
State { State {