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
|
# 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue