[AGS] Save for migration to GTK4
This commit is contained in:
@@ -2,6 +2,7 @@ import { Astal, Gdk, Gtk } from "astal/gtk3";
|
||||
import Hyprland from "./modules/Hyprland";
|
||||
import Calendar from "./modules/Calendar";
|
||||
import QuickView from "./modules/QuickView";
|
||||
import SystemInfo from "./modules/SystemInfo";
|
||||
|
||||
const Bar = (gdkmonitor: Gdk.Monitor) => {
|
||||
const { TOP, LEFT, RIGHT } = Astal.WindowAnchor;
|
||||
@@ -14,6 +15,7 @@ const Bar = (gdkmonitor: Gdk.Monitor) => {
|
||||
<box orientation={Gtk.Orientation.HORIZONTAL} spacing={10}>
|
||||
<box hexpand halign={Gtk.Align.START}>
|
||||
<Calendar.Time />
|
||||
<SystemInfo.SystemInfo />
|
||||
<Hyprland.Workspace />
|
||||
</box>
|
||||
<Hyprland.ActiveWindow />
|
||||
|
||||
Reference in New Issue
Block a user