1
0
Fork 0
dotfiles/.config/eww/scripts/songcardshow
2022-03-20 03:19:38 -04:00

11 lines
238 B
Bash
Executable file

#!/usr/bin/env bash
show=$(eww get songcard_reveal)
if [ "$show" == "false" ]; then
eww open songcard && eww update songcard_reveal=true
else
eww close songcard && eww update songcard_reveal=false
fi
./boolflip songcard_reveal