feat: update icons

This commit is contained in:
Abhishek Keshri 2024-02-21 08:39:37 +05:30
parent 70ea2d2626
commit be82e9fada
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -113,7 +113,7 @@ battery_label() {
elif [ "$bat_perc" -gt 10 ]; then
echo " "
else
echo ""
echo "󱉝 "
fi
}