Adds GTK theme and bootstrap file
This commit is contained in:
parent
cdc55cfec9
commit
084c39594e
9 changed files with 62 additions and 25 deletions
|
|
@ -1,29 +0,0 @@
|
|||
#!/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