Update volume module icons

This commit is contained in:
ItsDrike 2025-09-05 16:00:18 +02:00
parent 4dcf5244cf
commit 18bd1701ba
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 9 additions and 3 deletions

View file

@ -6,4 +6,10 @@
margin-right: 5px; margin-right: 5px;
} }
} }
.microphone {
.icon {
margin-left: 8px;
margin-right: 3px;
}
}
} }

View file

@ -1,10 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Define some icons # Define some icons
SPEAKER_ICONS=("" "" "") SPEAKER_ICONS=("" "" "󰕾")
SPEAKER_MUTED_ICON="" SPEAKER_MUTED_ICON="󰖁"
MIC_ICON="" MIC_ICON=""
MIC_MUTED_ICON="" MIC_MUTED_ICON="󰍭 "
# Define some helper functions for getting/setting audio data using wireplumber (wpctl) # Define some helper functions for getting/setting audio data using wireplumber (wpctl)