forked from Shinonome/dots-hyprland
mic mute indicator
This commit is contained in:
@@ -166,6 +166,12 @@ Scope {
|
|||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: 15
|
spacing: 15
|
||||||
|
|
||||||
|
MaterialSymbol {
|
||||||
|
visible: Audio.source?.audio?.muted
|
||||||
|
text: "mic_off"
|
||||||
|
iconSize: Appearance.font.pixelSize.larger
|
||||||
|
color: Appearance.colors.colOnLayer0
|
||||||
|
}
|
||||||
MaterialSymbol {
|
MaterialSymbol {
|
||||||
text: (Network.networkName.length > 0 && Network.networkName != "lo") ? (
|
text: (Network.networkName.length > 0 && Network.networkName != "lo") ? (
|
||||||
Network.networkStrength > 80 ? "signal_wifi_4_bar" :
|
Network.networkStrength > 80 ? "signal_wifi_4_bar" :
|
||||||
|
|||||||
Reference in New Issue
Block a user