Update interface_branding_color for limine 12
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#timeout: 3
|
#timeout: 3
|
||||||
default_entry: 2
|
default_entry: 2
|
||||||
interface_branding: Omarchy Bootloader
|
interface_branding: Omarchy Bootloader
|
||||||
interface_branding_color: 2
|
interface_branding_color: 9ece6a
|
||||||
hash_mismatch_panic: no
|
hash_mismatch_panic: no
|
||||||
|
|
||||||
term_background: 1a1b26
|
term_background: 1a1b26
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
echo "Update interface_branding_color for limine 12 (palette index -> RRGGBB)"
|
||||||
|
|
||||||
|
if [[ -f /boot/limine.conf ]]; then
|
||||||
|
sudo sed -i 's/^interface_branding_color: 2$/interface_branding_color: 9ece6a/' /boot/limine.conf
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user