From 34f5ceaae5625078866f8e505a616ac83e4a78b5 Mon Sep 17 00:00:00 2001 From: Michel Date: Thu, 30 Jan 2025 17:43:59 +0100 Subject: [PATCH] Adds hyprfiles --- .config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml | 2 +- .config/yadm/bootstrap | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index 298eea2..75f4071 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -11,7 +11,7 @@ - + diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 9804704..622f551 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -28,6 +28,16 @@ if [ $XDG_SESSION_DESKTOP = "i3" ]; then fi +if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then + echo -e "${CYAN}# Installing dependencies (for Hyprland)${NC}" + yay -S --needed waybar \ + hyprlock \ + swww \ + hyprswitch \ + nwg-dock-hyprland \ + nwg-drawer +fi + echo "# Appling setup" sudo ln -s ~/.config/evremap.toml /etc/evremap.toml systemctl enable --now evremap