Changes bootstrap to use different files
This commit is contained in:
parent
6f74d3b3db
commit
c5935a5692
5 changed files with 56 additions and 41 deletions
29
.config/yadm/_install_desktop_env.sh
Executable file
29
.config/yadm/_install_desktop_env.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue