Changes bootstrap to use different files

This commit is contained in:
Michel Fedde 2025-02-11 00:03:47 +01:00
parent 6f74d3b3db
commit c5935a5692
5 changed files with 56 additions and 41 deletions

View file

@ -0,0 +1,29 @@
#!/bin/env bash
echo "Installing dependencies for $XDG_SESSION_DESKTOP"
if [ $XDG_SESSION_DESKTOP = "i3" ]; then
yay -S --needed polybar \
betterlockscreen \
dunst \
pulseaudio-control \
nitrogen
fi
if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
yay -S --needed waybar \
hyprlock \
swww \
hyprswitch \
nwg-dock-hyprland \
nwg-drawer \
swaync \
wlogout wayland-logout \
hyprpicker \
pulseaudio-control \
wl-clipboard \
grim \
slurp
fi