From fa1bbd450250bb7364da9449f3834a3575dd9688 Mon Sep 17 00:00:00 2001 From: Keyitdev <70140437+Keyitdev@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:49:13 +0100 Subject: [PATCH] Fix: Installing light with aur helper. --- README.md | 4 ++-- install-on-arch.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cce2dd1..9b08df3 100755 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ chmod +x install-on-arch.sh **Sddm:** qt5-graphicaleffects qt5-quickcontrols2 qt5-svg sddm -**Emoji:** fonts: noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra +**Emoji fonts::** noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra ### Used programs @@ -241,9 +241,9 @@ Note: `Win` refers to the `Super/Mod` key. - (Blindly) click `Win+Enter`. - (Blindly) type `killall picom`. - (Blindly) press `Enter`. - - (Blindly) click `Win+Shift+R`. - Open picom configuration `"$HOME"/.config/picom/picom.conf`. - Change picom backend from `backend = "glx";` to `backend = "xrender";`. + - Click `Win+Shift+R`. ## Support and Thankies diff --git a/install-on-arch.sh b/install-on-arch.sh index 9faf459..4fe5ffb 100755 --- a/install-on-arch.sh +++ b/install-on-arch.sh @@ -32,11 +32,11 @@ install_aur_helper(){ } install_pkgs(){ echo -e "${green}[*] Installing packages with pacman.${no_color}" - sudo pacman -S --noconfirm --needed acpi alsa-utils base-devel curl git pulseaudio pulseaudio-alsa xorg xorg-xinit alacritty btop code dunst feh firefox i3-gaps libnotify light mpc mpd ncmpcpp nemo neofetch neovim pacman-contrib papirus-icon-theme picom polybar ranger rofi scrot slop xclip zathura zathura-pdf-mupdf zsh + sudo pacman -S --noconfirm --needed acpi alsa-utils base-devel curl git pulseaudio pulseaudio-alsa xorg xorg-xinit alacritty btop code dunst feh firefox i3-gaps libnotify mpc mpd ncmpcpp nemo neofetch neovim pacman-contrib papirus-icon-theme picom polybar ranger rofi scrot slop xclip zathura zathura-pdf-mupdf zsh } install_aur_pkgs(){ echo -e "${green}[*] Installing packages with $aurhelper.${no_color}" - "$aurhelper" -S --noconfirm --needed i3lock-color i3-resurrect ffcast oh-my-zsh-git + "$aurhelper" -S --noconfirm --needed light i3lock-color i3-resurrect ffcast oh-my-zsh-git } create_default_directories(){ echo -e "${green}[*] Copying configs to $config_directory.${no_color}"