umai umai umaiiii

This commit is contained in:
2024-09-09 15:16:50 +02:00
parent d567a9c0f1
commit 4c63dd555b
5 changed files with 12 additions and 3 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
# https://aur.archlinux.org/packages # https://aur.archlinux.org/packages
# Packages # Packages installed via yay or pacseek
Packages = { Packages = {
librewolf librewolf
fastfetch-git fastfetch-git
@@ -7,4 +7,6 @@ Packages = {
visual-studio-code-bin visual-studio-code-bin
obs-studio-git obs-studio-git
vlc-git vlc-git
olympus
gamescope
} }
+2
View File
@@ -0,0 +1,2 @@
# Gamescope steam variable
gamescope -W 2560 -H 1440 -r 60 -- %command%
View File
+7 -1
View File
@@ -10,4 +10,10 @@ sudo os-prober
sudo grub-mkconfig -o /boot/grub/grub.cfg sudo grub-mkconfig -o /boot/grub/grub.cfg
# Menu colours # Menu colours
[Source: https://www.gnu.org/software/grub/manual/grub/html_node/Theme-file-format.html] [Source: https://www.gnu.org/software/grub/manual/grub/html_node/Theme-file-format.html]
# Change inside /etc/defaults/grub
GRUB_TERMINAL_OUTPUT="gfxterm"
GRUB_COLOR_NORMAL="light-blue/black"
GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
# JPG file has to exist in /boot/grub/
GRUB_BACKGROUND="/boot/grub/AI-Hoshino-Oshi-No-Ko.jpg"
-1
View File
@@ -4,6 +4,5 @@ pacman -Syu
# Dual boot # Dual boot
fdisk list fdisk list
# select boot disk # select boot disk
mkfs.fat -F 32 boot mkfs.fat -F 32 boot
mkfs.ext4 root mkfs.ext4 root