From 3250231384fcc237b80bae2bbde800119be3917a Mon Sep 17 00:00:00 2001 From: voidarc Date: Sun, 9 Aug 2026 12:48:27 +0100 Subject: [PATCH] animation offsets to look nice --- Bar/Battery.qml | 1 + Bar/Network.qml | 1 + 2 files changed, 2 insertions(+) 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