config.toml for greetd/tuigreet grub from /etc/default/grub, fonts used therein, keyboard daemon config for keyd to remap TMKB T83
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
#
|
|
# Configuration file for GRUB.
|
|
#
|
|
GRUB_DEFAULT=0
|
|
#GRUB_HIDDEN_TIMEOUT=0
|
|
#GRUB_HIDDEN_TIMEOUT_QUIET=false
|
|
GRUB_TIMEOUT=0
|
|
GRUB_DISTRIBUTOR="Void"
|
|
GRUB_CMDLINE_LINUX_DEFAULT="nowatchdog udev.loglevel=0 loglevel=0 rd.lvm.vg=t410 rd.luks.name=f2f73f56-cd30-46de-b44d-9e7e734f3b50=T410 resume=/dev/mapper/t410-swap vt.default_red=0x1e,0xf3,0xa6,0xf9,0x89,0xf5,0x94,0xcd,0xa7,0xf3,0xa6,0xf9,0x89,0xf5,0x94,0xcd vt.default_grn=0x1e,0x8b,0xe3,0xe2,0xb4,0xc2,0xe2,0xd6,0xe3,0x8b,0xe3,0xe2,0xb4,0xc2,0xe2,0xd6 vt.default_blu=0x2e,0xa8,0xa1,0xaf,0xfa,0xe7,0xd5,0xf4,0xa1,0xa8,0xa1,0xaf,0xfa,0xe7,0xd5,0xf4"
|
|
# Uncomment to use basic console
|
|
#GRUB_TERMINAL_INPUT="console"
|
|
# Uncomment to disable graphical terminal
|
|
#GRUB_TERMINAL_OUTPUT=console
|
|
GRUB_BACKGROUND=/boot/grub/splash.png
|
|
GRUB_GFXMODE=auto
|
|
GRUB_FONT=/boot/grub/fonts/spleen.pf2
|
|
#GRUB_DISABLE_LINUX_UUID=true
|
|
#GRUB_DISABLE_RECOVERY=true
|
|
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
|
|
# modes only. Entries specified as foreground/background.
|
|
GRUB_COLOR_NORMAL="green/black"
|
|
GRUB_COLOR_HIGHLIGHT="black/light-green"
|
|
GRUB_ENABLE_CRYPTODISK=y
|