2024-12-12 15:18 : id 388

This commit is contained in:
deadvey 2024-12-12 15:18:04 +00:00
parent dc3c1efaf3
commit 036f786fee

View File

@ -114,7 +114,7 @@ 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:-)" ${WALLPAPER_PATH} magick ${WALLPAPER_PATH} -fuzz 10% -fill ${BG} -opaque "$(convert ${WALLPAPER_PATH} -format '%[pixel:u.p{0,0}]' info:-)" ${WALLPAPER_PATH}
''; '';
executable = true; executable = true;
}; };