fix: fix animation for heart and osk buttons
This commit is contained in:
parent
49f2c8dbca
commit
5862efb395
5 changed files with 75 additions and 10 deletions
config/eww/scripts
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue