ags: moved pos of workspace and time

This commit is contained in:
biscuit
2025-06-11 19:53:59 -05:00
parent 9cc45e426d
commit 998f4905b0
+2 -2
View File
@@ -157,10 +157,10 @@ export default function Bar(monitor: Gdk.Monitor) {
anchor={TOP | LEFT | RIGHT}>
<centerbox>
<box hexpand halign={Gtk.Align.START}>
<Time />
<Workspaces />
</box>
<box>
<Workspaces />
<Time />
</box>
<box hexpand halign={Gtk.Align.END} >
<SysTray />