formatting and adding exclusivetoscreen to the right modules
This commit is contained in:
@@ -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: [
|
||||
|
||||
@@ -27,6 +27,7 @@ Container {
|
||||
boxColor: Colors.mauve
|
||||
defaultItem: time
|
||||
exclusiveMonitor: root.monitor
|
||||
exclusiveToScreen: true
|
||||
|
||||
states: [
|
||||
State {
|
||||
|
||||
Reference in New Issue
Block a user