2024-12-12 15:21 : id 392

This commit is contained in:
deadvey 2024-12-12 15:21:40 +00:00
parent 726ce44351
commit c3574a1a1f
2 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ in
}; };
"scripts/wallpaper-updater.sh" = { "scripts/wallpaper-updater.sh" = {
text = '' text = ''
COLOR=$(convert /home/deadvey/.config/home-manager/themes/wallpaper.png -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:-)
magick ${WALLPAPER_PATH} -fuzz 10% -fill "#${BG}" -opaque "$COLOR" ${WALLPAPER_PATH} " ${WALLPAPER_PATH}
''; '';
executable = true; executable = true;
}; };

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 190 KiB