zeit-bg-daemon: Usar fondo generativo

https://gitea.nulo.in/Nulo/go-rosepine-genart
This commit is contained in:
Cat /dev/Nulo 2022-05-05 12:09:09 -03:00
parent 5482c2edb4
commit ec685bdb5e
3 changed files with 7 additions and 3 deletions

BIN
.config/wallpapers/rose_pine_contourline.png (Stored with Git LFS) Normal file

Binary file not shown.

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
*.png filter=lfs diff=lfs merge=lfs -text

View file

@ -5,9 +5,9 @@
tracking="$(zeit tracking --no-colors)"
if echo "$tracking" | grep -q '^ ▶ tracking'; then
color="$backgroundish"
riverctl spawn "wbg ~/.config/wallpapers/rose_pine_contourline.png"
else
color="$background"
killall wbg
riverctl background-color "0x$background"
fi
riverctl background-color "0x$color"