[misc] picom/next is working, go back to it

This commit is contained in:
Klesh Wong 2020-11-02 11:19:21 +08:00
parent e89ad2a707
commit fba122e122

View File

@ -21,7 +21,7 @@ case "$PM" in
esac esac
# build and install picom # build and install picom
VERSION=v8.2 VERSION=next
VERSION_PATH=$XDG_CONFIG_HOME/picom/version VERSION_PATH=$XDG_CONFIG_HOME/picom/version
if [ "$VERSION" = "next" ] || ! eqv "$VERSION_PATH" "$VERSION"; then if [ "$VERSION" = "next" ] || ! eqv "$VERSION_PATH" "$VERSION"; then
echo Downloading picom $VERSION echo Downloading picom $VERSION