diff --git a/Bar/Battery.qml b/Bar/Battery.qml index e0de981..d614d4c 100644 --- a/Bar/Battery.qml +++ b/Bar/Battery.qml @@ -16,6 +16,7 @@ Container { property bool opened: false property double radius: 9 + animOffset: 150 boxColor: Colors.green boxRadius: radius defaultItem: icon diff --git a/Bar/Network.qml b/Bar/Network.qml index 3a40c6b..dfce4f8 100644 --- a/Bar/Network.qml +++ b/Bar/Network.qml @@ -14,6 +14,7 @@ Container { required property HyprlandMonitor monitor property bool opened: false + animOffset: 250 boxColor: Colors.red boxHeight: 25 boxWidth: 33