2024-12-12 15:28 : id 397

This commit is contained in:
deadvey 2024-12-12 15:28:15 +00:00
parent 12238afbdf
commit 35bd6986e7
2 changed files with 2 additions and 3 deletions

View File

@ -111,9 +111,8 @@ in
}; };
"scripts/wallpaper-updater.sh" = { "scripts/wallpaper-updater.sh" = {
text = '' text = ''
magick ${WALLPAPER_PATH} -fuzz 10% -fill "#${BG}" -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{0,0}]" info:-) magick ${WALLPAPER_PATH} -fuzz 10% -fill "#${BG}" -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{0,0}]" info:-)" ${WALLPAPER_PATH}
magick ${WALLPAPER_PATH} -fuzz 10% -fill "#${RED}" -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{3475,1627}]" info:-) magick ${WALLPAPER_PATH} -fuzz 10% -fill "#${RED}" -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{3475,1627}]" info:-)" ${WALLPAPER_PATH}
" ${WALLPAPER_PATH}
kill -9 $(pgrep hyprpaper) kill -9 $(pgrep hyprpaper)
sleep 1 sleep 1
hyprpaper & hyprpaper &

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

After

Width:  |  Height:  |  Size: 64 KiB