I've been working hard at implementing a grid layout for rEFInd. I have a working version right now that centers the grid on the screen and dynamically changes the rows and columns and adds support for the use of the up and down arrows for navigation. I would be finished with it by now but decided to implement a couple more features. What I am working on now is a 'select and move' function within rEFInd that will let the user hold a hotkey while highlighting a selection and use the navigation arrows to change its position in the grid.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm looking for a way to change refind from having a single row that scrolls too multiple rows. I havent found any themes showing this way.
I'm afraid that's not supported at the moment; it would require significant changes to rEFInd's screen-display code.
I've been working hard at implementing a grid layout for rEFInd. I have a working version right now that centers the grid on the screen and dynamically changes the rows and columns and adds support for the use of the up and down arrows for navigation. I would be finished with it by now but decided to implement a couple more features. What I am working on now is a 'select and move' function within rEFInd that will let the user hold a hotkey while highlighting a selection and use the navigation arrows to change its position in the grid.