Hi Grub community! I am a frequent user of the grub software; I have configured my bootloader with some nice custom themes, however I encounter a problem trying to align some items...
In the problematic theme, there is a custom selected_item_pixmap_style that is overlapping the icons. I tried various configuration options, but none of them seems to separate the icon from the selected-background. This is an image of the problem. [image: image.png] The selected_background (the vertical bar) overlaps (touches) some icons. I was able to create 2 workarounds: 1. modify the icon images to create an artificial icon offset 2. implement a new icon_offset configuration option into grub The first approach was a temporal solution, but now that I was able to implement a real icon offset into grub, I wonder how I can push that contribution to the upstream project? Is there a test/lint/CI-pipeline that I should execute before? FYI: As you can see on the example image, I am a user of NixOS and the way I am testing this new feature is by patching the src of grub itself, and using this modified grub in my machine.
_______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
