From e82fff9cad76c921c1d547d7a1489fafa137e121 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:28:47 +0400 Subject: [PATCH] adsf --- config/ags/config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/ags/config.js b/config/ags/config.js index 5e0d7fc3..a1c36174 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -114,7 +114,10 @@ function Volume() { }) const volume = Widget.Label({ - label: Math.round(audio.speaker.volume * 100).toString(), + // label: Math.round(audio.speaker.volume * 100).toString(), + label: !audio.speaker.is_muted + ? ` ${Math.round(audio.speaker.volume * 100).toString()}` + : "", }) return Widget.Box({