Fix: Installing light with aur helper.

This commit is contained in:
Keyitdev
2024-02-07 22:49:13 +01:00
parent 6e40ccd7a7
commit fa1bbd4502
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -145,7 +145,7 @@ chmod +x install-on-arch.sh
**Sddm:** qt5-graphicaleffects qt5-quickcontrols2 qt5-svg sddm **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 ### Used programs
@@ -241,9 +241,9 @@ Note: `Win` refers to the `Super/Mod` key.
- (Blindly) click `Win+Enter`. - (Blindly) click `Win+Enter`.
- (Blindly) type `killall picom`. - (Blindly) type `killall picom`.
- (Blindly) press `Enter`. - (Blindly) press `Enter`.
- (Blindly) click `Win+Shift+R`.
- Open picom configuration `"$HOME"/.config/picom/picom.conf`. - Open picom configuration `"$HOME"/.config/picom/picom.conf`.
- Change picom backend from `backend = "glx";` to `backend = "xrender";`. - Change picom backend from `backend = "glx";` to `backend = "xrender";`.
- Click `Win+Shift+R`.
## Support and Thankies ## Support and Thankies
+2 -2
View File
@@ -32,11 +32,11 @@ install_aur_helper(){
} }
install_pkgs(){ install_pkgs(){
echo -e "${green}[*] Installing packages with pacman.${no_color}" 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(){ install_aur_pkgs(){
echo -e "${green}[*] Installing packages with $aurhelper.${no_color}" 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(){ create_default_directories(){
echo -e "${green}[*] Copying configs to $config_directory.${no_color}" echo -e "${green}[*] Copying configs to $config_directory.${no_color}"