2024-12-12 15:17 : id 387

This commit is contained in:
deadvey 2024-12-12 15:17:22 +00:00
parent a68e6c2488
commit dc3c1efaf3
2 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ in
};
"scripts/wallpaper-updater.sh" = {
text = ''
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 ${BG} -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{0,0}]" info:-)" ${WALLPAPER_PATH}
'';
executable = true;
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 190 KiB