From 6b9b075e162d13dbfd2a9d59d6a050425d1252cb Mon Sep 17 00:00:00 2001 From: Mephisto <38382271+NotMephisto@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:23:42 +0300 Subject: [PATCH] Update OSD.ts Replace Unicode to Icon --- ags/window/OSD.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ags/window/OSD.ts b/ags/window/OSD.ts index 07a767a..5a5b8ae 100644 --- a/ags/window/OSD.ts +++ b/ags/window/OSD.ts @@ -44,10 +44,10 @@ export const OSD = (mon: number) => { child: new Widget.Box({ className: "osd", children: [ - new Widget.Label({ + new Widget.Icon({ className: "icon", - label: osdIcon - } as Widget.LabelProps), + icon: bind(Wireplumber.getDefault().getDefaultSink(), "volumeIcon") + } as Widget.IconProps), new Widget.Box({ className: "volume", orientation: Gtk.Orientation.VERTICAL,