Browse Source

[TASK] add gind grub theme

gind-archlinux
Dor dicke Gind 2 years ago
parent
commit
1a88416b71
  1. 10
      archiso/airootfs/etc/default/grub
  2. 1
      archiso/packages.x86_64

10
archiso/airootfs/etc/default/grub

@ -3,7 +3,7 @@
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet mitigation=off amdgpu.ppfeaturemask=0xffffffff"
GRUB_CMDLINE_LINUX=""
# Preload both GPT and MBR modules so that they are not missed
@ -25,7 +25,7 @@ GRUB_TERMINAL_INPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto
GRUB_GFXMODE=1920x1080,auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
@ -44,11 +44,11 @@ GRUB_DISABLE_RECOVERY=true
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"
GRUB_THEME="/boot/grub/themes/gind/theme.txt"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
GRUB_INIT_TUNE="480 440 1"
# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT="true"
GRUB_SAVEDEFAULT="true"

1
archiso/packages.x86_64

@ -414,6 +414,7 @@ compiz-fusion-plugins-experimental-git
compiz-fusion-plugins-extra-git
compiz-fusion-plugins-main-git
compizconfig-python-git
gind-grub-theme
gind-ubo-icons-alpha
gind-xfce-notify-theme
gis-weather

Loading…
Cancel
Save