forked from 2KAbhishek/refind2k
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1496468
commit d27290d
Showing
1 changed file
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
#Theme by 2KAbhishek | ||
|
||
#Icons Config | ||
big_icon_size 256 | ||
small_icon_size 80 | ||
icons_dir refind2k/icons | ||
selection_big refind2k/icons/selection-big.png | ||
selection_small refind2k/icons/selection-small.png | ||
|
||
#Background Image | ||
banner refind2k/banners/bg.png | ||
resolution full | ||
use_graphics_for linux,grub,osx,windows | ||
|
||
#Timeout (auto select os) | ||
#Timeout (auto select last choice if -1) | ||
timeout -1 | ||
|
||
#Display, customize according to your display | ||
resolution 1920 1080 | ||
|
||
#Graphics | ||
use_graphics_for linux,grub,osx,windows | ||
|
||
#UI | ||
# Show all available tools | ||
showtools shell, memtest, gdisk, firmware, hidden_tags, reboot, shutdown, exit | ||
|