From ec685bdb5e5aef4fdba29fddf7c99ffcb0e33b44 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 5 May 2022 12:09:09 -0300 Subject: [PATCH] zeit-bg-daemon: Usar fondo generativo https://gitea.nulo.in/Nulo/go-rosepine-genart --- .config/wallpapers/rose_pine_contourline.png | 3 +++ .gitattributes | 1 + .local/bin/.zeit-bg-daemon.trigger | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .config/wallpapers/rose_pine_contourline.png create mode 100644 .gitattributes diff --git a/.config/wallpapers/rose_pine_contourline.png b/.config/wallpapers/rose_pine_contourline.png new file mode 100644 index 0000000..6f98dc7 --- /dev/null +++ b/.config/wallpapers/rose_pine_contourline.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8cdd8527acd737215a588a63336ee7a534ca1cf61b3cc3f950877ecc2e63d5 +size 2791409 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..24a8e87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.local/bin/.zeit-bg-daemon.trigger b/.local/bin/.zeit-bg-daemon.trigger index eb31790..eb0b60e 100755 --- a/.local/bin/.zeit-bg-daemon.trigger +++ b/.local/bin/.zeit-bg-daemon.trigger @@ -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"