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

@ -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)