├── preview.jpg ├── background.png ├── icons ├── os_mac.png ├── os_win.png ├── os_arch.png ├── os_centos.png ├── os_debian.png ├── os_fedora.png ├── os_gentoo.png ├── os_kali.png ├── os_linux.png ├── os_ubuntu.png ├── os_win8.png ├── func_hidden.png ├── os_antergos.png ├── os_freebsd.png ├── os_kdeneon.png ├── os_kubuntu.png ├── os_manjaro.png ├── os_unknown.png ├── func_firmware.png ├── func_shutdown.png ├── os_elementary.png ├── os_endeavourOS.png └── os_linuxmint.png ├── selection_big.png ├── selection_small.png ├── README.md ├── theme.conf └── LICENSE.md /preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/preview.jpg -------------------------------------------------------------------------------- /background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/background.png -------------------------------------------------------------------------------- /icons/os_mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_mac.png -------------------------------------------------------------------------------- /icons/os_win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_win.png -------------------------------------------------------------------------------- /icons/os_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_arch.png -------------------------------------------------------------------------------- /icons/os_centos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_centos.png -------------------------------------------------------------------------------- /icons/os_debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_debian.png -------------------------------------------------------------------------------- /icons/os_fedora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_fedora.png -------------------------------------------------------------------------------- /icons/os_gentoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_gentoo.png -------------------------------------------------------------------------------- /icons/os_kali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_kali.png -------------------------------------------------------------------------------- /icons/os_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_linux.png -------------------------------------------------------------------------------- /icons/os_ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_ubuntu.png -------------------------------------------------------------------------------- /icons/os_win8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_win8.png -------------------------------------------------------------------------------- /selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/selection_big.png -------------------------------------------------------------------------------- /selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/selection_small.png -------------------------------------------------------------------------------- /icons/func_hidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/func_hidden.png -------------------------------------------------------------------------------- /icons/os_antergos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_antergos.png -------------------------------------------------------------------------------- /icons/os_freebsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_freebsd.png -------------------------------------------------------------------------------- /icons/os_kdeneon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_kdeneon.png -------------------------------------------------------------------------------- /icons/os_kubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_kubuntu.png -------------------------------------------------------------------------------- /icons/os_manjaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_manjaro.png -------------------------------------------------------------------------------- /icons/os_unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_unknown.png -------------------------------------------------------------------------------- /icons/func_firmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/func_firmware.png -------------------------------------------------------------------------------- /icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/func_shutdown.png -------------------------------------------------------------------------------- /icons/os_elementary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_elementary.png -------------------------------------------------------------------------------- /icons/os_endeavourOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_endeavourOS.png -------------------------------------------------------------------------------- /icons/os_linuxmint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yannis4444/Matrix-rEFInd/HEAD/icons/os_linuxmint.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Matrix-rEFInd 2 | 3 | A Matrix theme for [rEFInd](https://rodsbooks.com/refind/). 4 | 5 | ![Preview](preview.jpg) 6 | 7 | ### Usage 8 | 9 | Clone this repository into a `themes` directory located inside the refind EFI directory 10 | (usually `/boot/EFI/refind`) 11 | 12 | Then add `include themes/Matrix-rEFInd/theme.conf` at the end of the refind.conf. 13 | 14 | To hide unwanted options simply press delete while the icon is selected. 15 | To restore hidden icons use the lower right button. 16 | 17 | ### Sources 18 | 19 | The original image can be found here: https://i.imgur.com/c1Z62Q2.jpg. 20 | 21 | The icons can be found here: https://github.com/SLywnow/hi-themes-refind. -------------------------------------------------------------------------------- /theme.conf: -------------------------------------------------------------------------------- 1 | # hide some elements 2 | hideui badges,arrows,hints,label 3 | 4 | # set the icon location 5 | icons_dir themes/Matrix-rEFInd/icons 6 | 7 | # set the background 8 | banner themes/Matrix-rEFInd/background.png 9 | banner_scale fillscreen 10 | 11 | # the icon sizes 12 | small_icon_size 56 13 | big_icon_size 380 14 | 15 | # make boot a little cleaner 16 | use_graphics_for osx,linux,elilo,grub,windows 17 | 18 | # the background for a selected option 19 | selection_big themes/Matrix-rEFInd/selection_big.png 20 | selection_small themes/Matrix-rEFInd/selection_small.png 21 | 22 | # only show shutdown and bios 23 | showtools shutdown,firmware,hidden_tags 24 | 25 | # only show two icons at a time 26 | max_tags 2 27 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020, Yannis Vierkötter 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. --------------------------------------------------------------------------------