From e4744bab8190406f05d48dee07395f53eb4021c5 Mon Sep 17 00:00:00 2001 From: Makesesama Date: Tue, 13 May 2025 23:22:03 +0200 Subject: [PATCH] right module order --- bar/modules/bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar/modules/bar.py b/bar/modules/bar.py index fe64e1f..5a071e2 100644 --- a/bar/modules/bar.py +++ b/bar/modules/bar.py @@ -92,11 +92,11 @@ class StatusBar(Window): if self.vinyl: end_container_children.append(self.vinyl) + end_container_children.append(self.status_container) if self.system_tray: end_container_children.append(self.system_tray) end_container_children.append(self.date_time) - end_container_children.append(self.status_container) self.children = CenterBox( name="bar-inner",