mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
6 lines
219 B
Bash
6 lines
219 B
Bash
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
|