diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/bar/components/StatusIcons.qml | 12 |
1 files changed, 12 insertions, 0 deletions
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" |