fix: fix animation for heart and osk buttons

This commit is contained in:
matt1432 2023-07-27 21:46:32 -04:00
commit 5862efb395
5 changed files with 75 additions and 10 deletions
config/eww/scripts

View file

@ -6,9 +6,11 @@ if [[ ! -f "$FILE" ]]; then
fi
if grep -q 󰣐 "$FILE"; then
eww close heart
eww update heart-ts=false
echo  > "$FILE"
else
eww open heart
eww update heart-ts=true
echo 󰣐 >> "$FILE"
fi