From 4c63dd555b8b56c01dec8c70d82c107e8cd739d9 Mon Sep 17 00:00:00 2001 From: InoriShio Date: Mon, 9 Sep 2024 15:16:50 +0200 Subject: [PATCH] umai umai umaiiii --- AUR | 4 +++- Gaming/Gamescope | 2 ++ Gaming/Packages | 0 Grub | 8 +++++++- Install | 1 - 5 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 Gaming/Gamescope create mode 100644 Gaming/Packages diff --git a/AUR b/AUR index d0cd1d7..fda1152 100644 --- a/AUR +++ b/AUR @@ -1,5 +1,5 @@ # https://aur.archlinux.org/packages -# Packages +# Packages installed via yay or pacseek Packages = { librewolf fastfetch-git @@ -7,4 +7,6 @@ Packages = { visual-studio-code-bin obs-studio-git vlc-git + olympus + gamescope } \ No newline at end of file diff --git a/Gaming/Gamescope b/Gaming/Gamescope new file mode 100644 index 0000000..91647fc --- /dev/null +++ b/Gaming/Gamescope @@ -0,0 +1,2 @@ +# Gamescope steam variable +gamescope -W 2560 -H 1440 -r 60 -- %command% \ No newline at end of file diff --git a/Gaming/Packages b/Gaming/Packages new file mode 100644 index 0000000..e69de29 diff --git a/Grub b/Grub index 29c9d86..f3b9899 100644 --- a/Grub +++ b/Grub @@ -10,4 +10,10 @@ sudo os-prober sudo grub-mkconfig -o /boot/grub/grub.cfg # Menu colours -[Source: https://www.gnu.org/software/grub/manual/grub/html_node/Theme-file-format.html] \ No newline at end of file +[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" \ No newline at end of file diff --git a/Install b/Install index b505a10..12e59eb 100644 --- a/Install +++ b/Install @@ -4,6 +4,5 @@ pacman -Syu # Dual boot fdisk list # select boot disk - mkfs.fat -F 32 boot mkfs.ext4 root \ No newline at end of file