From b915131576fdbfce219499ad67cfc8868446f54b Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 4 Nov 2024 11:17:53 -0300 Subject: [PATCH] grub theme --- operating-systems/buer.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index a09208c..2f71470 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -106,7 +106,15 @@ (bootloader (bootloader-configuration (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 (cons* "thinkpad_acpi.fan_control=1"