2024-12-12 15:21 : id 392
This commit is contained in:
parent
726ce44351
commit
c3574a1a1f
@ -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 |
Loading…
x
Reference in New Issue
Block a user