[Astal] Finish modes, move tray into quickactions menu

This commit is contained in:
2025-10-17 10:43:50 +02:00
parent 00d4f101fc
commit 539ec34b4c
6 changed files with 175 additions and 108 deletions

View File

@@ -39,7 +39,6 @@ const Bar = ( {
>
<Hyprland.ModeStatus />
<Calendar.Time />
<SystemInfo.SystemInfo />
<Hyprland.Workspace />
</box>
}
@@ -50,7 +49,7 @@ const Bar = ( {
halign={Gtk.Align.END}
cssClasses={[ 'BarRight' ]}
>
<Hyprland.SysTray />
<SystemInfo.SystemInfo />
<QuickView.QuickView />
</box>
}