formatting and adding exclusivetoscreen to the right modules
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user