Update OSD.ts

Replace Unicode to Icon
This commit is contained in:
Mephisto
2025-06-01 18:23:42 +03:00
committed by GitHub
parent 588bd043c1
commit 6b9b075e16
+3 -3
View File
@@ -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,