From 3880e2ae956618cea12fb9e1b76ba89cfcb904a2 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 18 Mar 2026 13:30:28 +0100 Subject: [PATCH] fixed DE install i think --- setup/modules/Desktop-Enviroments/hyprland-new.sh | 6 +++--- setup/modules/aur-yay.sh | 0 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 setup/modules/Desktop-Enviroments/hyprland-new.sh mode change 100644 => 100755 setup/modules/aur-yay.sh diff --git a/setup/modules/Desktop-Enviroments/hyprland-new.sh b/setup/modules/Desktop-Enviroments/hyprland-new.sh old mode 100644 new mode 100755 index 68d3216..540a5ce --- a/setup/modules/Desktop-Enviroments/hyprland-new.sh +++ b/setup/modules/Desktop-Enviroments/hyprland-new.sh @@ -12,14 +12,14 @@ sudo systemctl enable --now flatpak-system-helper.service # 2. Install required packages (from hyprland.sh) echo "Installing required packages..." -sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset hypridle ksshaskpass nm-connection-editor network-manager-applet blueman bluez pipewire alsa-utils firefox greetd-tuigreet grim slurp gst-plugin-pipewire imagemagick nerd-fonts otf-font-awesome pipewire-alsa pipewire-jack pipewire-pulse qt5-wayland qt6-wayland swww ttf-jetbrains-mono wireplumber wofi qt6ct xdg-desktop-portal-hyprland xdg-utils xorg-server xorg-xinit papirus-icon-theme cool-retro-term units qalculate-gtk iwd dbus thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman hyprpicker pcmanfm-qt +sudo pacman -Syu --noconfirm --needed hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset hypridle ksshaskpass nm-connection-editor network-manager-applet blueman bluez pipewire alsa-utils firefox greetd-tuigreet grim slurp gst-plugin-pipewire imagemagick nerd-fonts otf-font-awesome pipewire-alsa pipewire-jack pipewire-pulse qt5-wayland qt6-wayland swww ttf-jetbrains-mono wireplumber wofi qt6ct xdg-desktop-portal-hyprland xdg-utils xorg-server xorg-xinit papirus-icon-theme cool-retro-term qalculate-gtk iwd dbus thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman hyprpicker pcmanfm-qt udisks2 # 3. Run core.sh steps (network, cron, greetd, fail2ban, udisks2) echo "Enabling essential services..." sudo systemctl enable NetworkManager.service -sudo systemctl enable cronie.service +#sudo systemctl enable cronie.service sudo systemctl enable greetd.service -sudo systemctl enable fail2ban.service +#sudo systemctl enable fail2ban.service sudo systemctl enable udisks2.service # 4. Install AUR packages (from hyprland.sh) diff --git a/setup/modules/aur-yay.sh b/setup/modules/aur-yay.sh old mode 100644 new mode 100755