fix(waybar): use correct nerd font for media
This commit is contained in:
parent
4c7aaaddf7
commit
00070666b8
@ -10,10 +10,10 @@ get-album-info () {
|
|||||||
player_ctl_info="$(playerctl metadata --format '{{ artist }} | {{ title }} | {{ album }}')"
|
player_ctl_info="$(playerctl metadata --format '{{ artist }} | {{ title }} | {{ album }}')"
|
||||||
|
|
||||||
if [[ "${class}" == "playing" ]]; then
|
if [[ "${class}" == "playing" ]]; then
|
||||||
text=" ${player_ctl_info}"
|
text=" ${player_ctl_info}"
|
||||||
|
|
||||||
elif [[ "${class}" == "paused" ]]; then
|
elif [[ "${class}" == "paused" ]]; then
|
||||||
text=" ${player_ctl_info}"
|
text=" ${player_ctl_info}"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
class="paused"
|
class="paused"
|
||||||
|
Loading…
Reference in New Issue
Block a user