2024-12-12 15:20 : id 391

This commit is contained in:
deadvey 2024-12-12 15:20:29 +00:00
parent 3abbbaac8e
commit 726ce44351
2 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ 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:-) 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 "$COLOR" ${WALLPAPER_PATH} magick ${WALLPAPER_PATH} -fuzz 10% -fill "#${BG}" -opaque "$COLOR" ${WALLPAPER_PATH}
''; '';
executable = true; executable = true;
}; };

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 190 KiB