Adds GTK theme and bootstrap file

This commit is contained in:
Michel Fedde 2025-02-12 18:46:10 +01:00
parent cdc55cfec9
commit 084c39594e
9 changed files with 62 additions and 25 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