Lxtharia
Lxtharia
That is a weird issue. Can you provide your version of the script and the generated mx.png image file? What do you mean _exactly_ by "not shown"
Thanks, I've found the issue. Apparently, GRUB cannot read the images when they are in Grayscale colorspace. I've adjusted the icon generator script on the `dev` branch, so check that...
Hello. There are two steps of "setting icons": - Generating the 'icon', which is a png including the world thumbnail + the world text. - It is generated using a...
Hi! The reason why I wanna postprocess is simply because the current output files have an issue of not playing in firefox (could have made a seperate issue for that...
Just like the splash text, randomizing the background is done by the update_theme script. It's a python script that is supposed to be run after every boot. Most distros can...
Ah, thanks! No idea where I got the underscores idea from but i was too lazy too check 😄
Closing this
The pop up is the console which you can also open by pressing "C" while in the grub menu. When selecting an entry it apparently always opens the console (just...
if you look into your /boot/grub/grub.cfg, there are `menuentry`s that have been generated, printing out "Loading Linux". You could try to inject some echo commands there. See here: https://www.gnu.org/software/grub/manual/grub/html_node/Shell_002dlike-scripting.html Let...
Hello. (This is the wrong repo, install.sh is in the double-minegrub-theme ;) the -e comes from echo -e and should be a valid flag so I'm very curious, what bash...