Nerd Fonts v3 Update Icon Fix

- Fix nerd font icons for v3
This commit is contained in:
Sravan Balaji
2023-05-01 08:56:59 -04:00
parent dfb0318727
commit 34d674a3f8
6 changed files with 42 additions and 43 deletions

View File

@@ -2,12 +2,12 @@
mediaStatus=$(/home/sravan/.config/dwm-flexipatch/polybar/scripts/get-media-status.sh)
if [[ "$mediaStatus" == "N/A" ]]; then
echo ""
echo "󰐎"
else
if [[ "$mediaStatus" == "Playing" ]]; then
echo ""
echo "󰏤"
elif [[ "$mediaStatus" == "Paused" ]]; then
echo ""
echo "󰐊"
fi
echo $status