From 6fe4514341eaef737336dcea66858e3ce5491b5b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 29 Aug 2024 10:35:27 +0900 Subject: [PATCH] move pyprland and other hyprland related packages in hyprland.sh --- install-scripts/00-hypr-pkgs.sh | 103 ++++++++++++++++---------------- install-scripts/hyprland.sh | 9 ++- 2 files changed, 57 insertions(+), 55 deletions(-) diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index 1a5fafe..a9ddaed 100755 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -12,63 +12,60 @@ Extra=( ) hypr_package=( -aylurs-gtk-shell -cliphist -curl -grim -gvfs -gvfs-mtp -hypridle -hyprlock -imagemagick -inxi -jq -kitty -kvantum -nano -network-manager-applet -pamixer -pavucontrol -pipewire-alsa -playerctl -polkit-gnome -python-requests -python-pyquery -pyprland -qt5ct -qt6ct -qt6-svg -rofi-wayland -slurp -swappy -swaync -swww -wallust-git -waybar -wget -wl-clipboard -wlogout -xdg-user-dirs -xdg-utils -yad + aylurs-gtk-shell + cliphist + curl + grim + gvfs + gvfs-mtp + imagemagick + inxi + jq + kitty + kvantum + nano + network-manager-applet + pamixer + pavucontrol + pipewire-alsa + playerctl + polkit-gnome + python-requests + python-pyquery + qt5ct + qt6ct + qt6-svg + rofi-wayland + slurp + swappy + swaync + swww + wallust-git + waybar + wget + wl-clipboard + wlogout + xdg-user-dirs + xdg-utils + yad ) # the following packages can be deleted. however, dotfiles may not work properly hypr_package_2=( -brightnessctl -btop -cava -eog -fastfetch -gnome-system-monitor -mousepad -mpv -mpv-mpris -nvtop -nwg-look -pacman-contrib -vim -yt-dlp + brightnessctl + btop + cava + eog + fastfetch + gnome-system-monitor + mousepad + mpv + mpv-mpris + nvtop + nwg-look + pacman-contrib + vim + yt-dlp ) # List of packages to uninstall as it conflicts with swaync and rofi-wayland diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh index 1b40b00..c5c4255 100755 --- a/install-scripts/hyprland.sh +++ b/install-scripts/hyprland.sh @@ -3,8 +3,13 @@ # Main Hyprland Package # hypr=( -hyprland -hyprcursor + hyprcursor + hyprutils + aquamarine + hypridle + hyprlock + hyprland + pyprland ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##