Moves i3 specific packages to correct command
This commit is contained in:
parent
fb07d396e8
commit
a405fb1c0a
1 changed files with 7 additions and 5 deletions
|
|
@ -10,10 +10,7 @@ NC='\033[0m'
|
|||
|
||||
# install dependencies
|
||||
echo -e "${CYAN}# Installing dependencies (general)${NC}"
|
||||
yay -S betterlockscreen \
|
||||
neovim \
|
||||
dunst \
|
||||
pulseaudio-control \
|
||||
yay -S neovim \
|
||||
nitrogen \
|
||||
kitty \
|
||||
btop \
|
||||
|
|
@ -22,5 +19,10 @@ yay -S betterlockscreen \
|
|||
|
||||
if [ $XDG_SESSION_DESKTOP = "i3" ]; then
|
||||
echo -e "${CYAN}# Installing dependencies (for i3)${NC}"
|
||||
yay -S polybar
|
||||
yay -S polybar \
|
||||
betterlockscreen \
|
||||
dunst \
|
||||
pulseaudio-control \
|
||||
nitrogen
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue