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