From 01da970a12f55cf22be55def0b43c67776253764 Mon Sep 17 00:00:00 2001 From: nyx Date: Sun, 29 Sep 2024 05:00:56 -0400 Subject: [PATCH] fix: remove extra picom --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 315254e..2bf65cd 100755 --- a/install.sh +++ b/install.sh @@ -101,7 +101,7 @@ installDeps() { ttf-fira-sans ttf-fira-mono polkit-kde-agent xdg-desktop-portal zip unzip \ qt5-graphicaleffects qt5-quickcontrols2 noto-fonts-extra noto-fonts-cjk noto-fonts \ cmatrix gtk3 neovim hsetroot pamixer vlc feh zsh dash pipewire-pulse easyeffects qt5ct \ - bashtop zoxide zsh-syntax-highlighting picom > /dev/null 2>&1 || { printf "%b\n" "${RED}Failed to install dependencies.${RC}"; } + bashtop zoxide zsh-syntax-highlighting > /dev/null 2>&1 || { printf "%b\n" "${RED}Failed to install dependencies.${RC}"; } printf "%b\n" "${GREEN}Dependencies installed (${current_step}/${total_steps})${RC}" current_step=$((current_step + 1))