Moves i3 specific packages to correct command

This commit is contained in:
Michel 2025-01-01 17:54:04 +01:00
parent fb07d396e8
commit a405fb1c0a

View file

@ -10,10 +10,7 @@ NC='\033[0m'
# install dependencies # install dependencies
echo -e "${CYAN}# Installing dependencies (general)${NC}" echo -e "${CYAN}# Installing dependencies (general)${NC}"
yay -S betterlockscreen \ yay -S neovim \
neovim \
dunst \
pulseaudio-control \
nitrogen \ nitrogen \
kitty \ kitty \
btop \ btop \
@ -22,5 +19,10 @@ yay -S betterlockscreen \
if [ $XDG_SESSION_DESKTOP = "i3" ]; then if [ $XDG_SESSION_DESKTOP = "i3" ]; then
echo -e "${CYAN}# Installing dependencies (for i3)${NC}" echo -e "${CYAN}# Installing dependencies (for i3)${NC}"
yay -S polybar yay -S polybar \
betterlockscreen \
dunst \
pulseaudio-control \
nitrogen
fi fi