grub theme

buersako
Luis Guilherme Coelho 2024-11-04 11:17:53 -03:00
parent ae0a643022
commit b915131576
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 9 additions and 1 deletions

View File

@ -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"