chore: use floating numbers instead of integers on levelbar, simplify widget structure on apps-window

This commit is contained in:
retrozinndev
2025-07-30 16:13:49 -03:00
parent ba5694271d
commit 2276acc97f
3 changed files with 50 additions and 43 deletions
-1
View File
@@ -1,5 +1,4 @@
import { Astal, Gtk } from "ags/gtk4";
import { Tray } from "../widget/bar/Tray";
import { Workspaces } from "../widget/bar/Workspaces";
import { FocusedClient } from "../widget/bar/FocusedClient";