[FIX] fixed nerdfont xmobar deprecated icons
This commit is contained in:
parent
e253c1fbe5
commit
cb17a63519
4 changed files with 22 additions and 23 deletions
|
@ -3,9 +3,9 @@ MUTE=$(pactl get-sink-mute @DEFAULT_SINK@ | sed -En 's/Mute: (.)/\1/p')
|
|||
VOLUME=$(pactl get-sink-volume @DEFAULT_SINK@ | grep -Po '[0-9]*%' | sed -En 's/(.)\%/\1/p' | head -n1)
|
||||
|
||||
if [ "$MUTE" = "yes" ]; then
|
||||
echo "<fc=#696B71><fn=3>婢</fn></fc>"
|
||||
echo "<fc=#696B71><fn=3></fn></fc>"
|
||||
elif [ "$VOLUME" -le 20 ]; then
|
||||
echo "<fc=#DFDFDF><fn=3>奔</fn><fn=2> $VOLUME</fn></fc>"
|
||||
echo "<fc=#DFDFDF><fn=3></fn><fn=2> $VOLUME</fn></fc>"
|
||||
else
|
||||
echo "<fc=#DFDFDF><fn=3>墳</fn><fn=2> $VOLUME</fn></fc>"
|
||||
echo "<fc=#DFDFDF><fn=3></fn><fn=2> $VOLUME</fn></fc>"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue