From 24a1af185a114c63812a05b15a69923ef00f15db Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:49:14 +1000 Subject: bar/statusicons: add mic indicator Closes #578 --- modules/bar/components/StatusIcons.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'modules') diff --git a/modules/bar/components/StatusIcons.qml b/modules/bar/components/StatusIcons.qml index 23be57b..839a61a 100644 --- a/modules/bar/components/StatusIcons.qml +++ b/modules/bar/components/StatusIcons.qml @@ -115,6 +115,18 @@ StyledRect { } } + // Microphone icon + WrappedLoader { + name: "audio" + active: Config.bar.status.showMicrophone + + sourceComponent: MaterialIcon { + animate: true + text: Icons.getMicVolumeIcon(Audio.sourceVolume, Audio.sourceMuted) + color: root.colour + } + } + // Keyboard layout icon WrappedLoader { name: "kblayout" -- cgit v1.2.3-freya