mirror of https://codeberg.org/anemofilia/zero
grub theme
parent
ae0a643022
commit
b915131576
|
@ -106,7 +106,15 @@
|
||||||
(bootloader
|
(bootloader
|
||||||
(bootloader-configuration
|
(bootloader-configuration
|
||||||
(bootloader grub-bootloader)
|
(bootloader grub-bootloader)
|
||||||
(targets `("/dev/sda"))))
|
(targets `("/dev/sda"))
|
||||||
|
(theme (grub-theme
|
||||||
|
(color-normal
|
||||||
|
'((fg . light-gray) (bg . black)))
|
||||||
|
(color-highlight
|
||||||
|
'((fg . black) (bg . light-gray)))
|
||||||
|
(image (file-append %artwork-repository
|
||||||
|
"/backgrounds/guix-silver-16-9.svg"))
|
||||||
|
(gfxmode `("1280x720x32"))))))
|
||||||
|
|
||||||
(kernel-arguments
|
(kernel-arguments
|
||||||
(cons* "thinkpad_acpi.fan_control=1"
|
(cons* "thinkpad_acpi.fan_control=1"
|
||||||
|
|
Loading…
Reference in New Issue