♻️ ags(runner): organize files separately from the main shell stuff

This commit is contained in:
retrozinndev
2025-03-12 22:11:18 -03:00
parent 65143468c5
commit 52cfd114d7
13 changed files with 62 additions and 109 deletions
+2 -1
View File
@@ -18,10 +18,11 @@ export const ControlCenter: Widget.Window = PopupWindow({
halign: Gtk.Align.END,
valign: Gtk.Align.START,
visible: false,
expand: true,
vexpand: true,
child: new Widget.Box({
orientation: Gtk.Orientation.VERTICAL,
expand: true,
vexpand: true,
children: [
new Widget.Box({
className: "control-center-container",