mateosss / matter

Customizable GRUB theme inspired by Material Design
Boost Software License 1.0
865 stars 50 forks source link

Add custom background feature #56

Closed heyzec closed 3 years ago

heyzec commented 3 years ago

Are there any plans for user to add a custom background using this script? Currently, I am customising my background by editing the theme.txt.template file and manually copying the background picture into the /boot/grub/themes folder. Adding this feature into the python script shouldn't be too hard. I wouldn't mind being assigned this issue.

mateosss commented 3 years ago

Hey, of course! You can go ahead with it.

You can use a new flag --image/-im argument for parse_args. And also, it's better to copy the image during prepare_source_dir into INSTALLATION_SOURCE_DIR instead of directly using the image the user specified.

mateosss commented 3 years ago

Added on #57