diff --git a/home/.config/eww/css/modules/_volume.scss b/home/.config/eww/css/modules/_volume.scss index 7a94630..527607e 100644 --- a/home/.config/eww/css/modules/_volume.scss +++ b/home/.config/eww/css/modules/_volume.scss @@ -6,4 +6,10 @@ margin-right: 5px; } } + .microphone { + .icon { + margin-left: 8px; + margin-right: 3px; + } + } } diff --git a/home/.config/eww/scripts/volume b/home/.config/eww/scripts/volume index 23cf284..be4836e 100755 --- a/home/.config/eww/scripts/volume +++ b/home/.config/eww/scripts/volume @@ -1,10 +1,10 @@ #!/usr/bin/env bash # Define some icons -SPEAKER_ICONS=("" "" "") -SPEAKER_MUTED_ICON="" +SPEAKER_ICONS=("" "" "󰕾") +SPEAKER_MUTED_ICON="󰖁" MIC_ICON="" -MIC_MUTED_ICON="" +MIC_MUTED_ICON="󰍭 " # Define some helper functions for getting/setting audio data using wireplumber (wpctl)