Skip to content

Commit 6fe4514

Browse files
author
JaKooLit
committed
move pyprland and other hyprland related packages in hyprland.sh
1 parent 43ce92b commit 6fe4514

File tree

2 files changed

+57
-55
lines changed

2 files changed

+57
-55
lines changed

install-scripts/00-hypr-pkgs.sh

+50-53
Original file line numberDiff line numberDiff line change
@@ -12,63 +12,60 @@ Extra=(
1212
)
1313

1414
hypr_package=(
15-
aylurs-gtk-shell
16-
cliphist
17-
curl
18-
grim
19-
gvfs
20-
gvfs-mtp
21-
hypridle
22-
hyprlock
23-
imagemagick
24-
inxi
25-
jq
26-
kitty
27-
kvantum
28-
nano
29-
network-manager-applet
30-
pamixer
31-
pavucontrol
32-
pipewire-alsa
33-
playerctl
34-
polkit-gnome
35-
python-requests
36-
python-pyquery
37-
pyprland
38-
qt5ct
39-
qt6ct
40-
qt6-svg
41-
rofi-wayland
42-
slurp
43-
swappy
44-
swaync
45-
swww
46-
wallust-git
47-
waybar
48-
wget
49-
wl-clipboard
50-
wlogout
51-
xdg-user-dirs
52-
xdg-utils
53-
yad
15+
aylurs-gtk-shell
16+
cliphist
17+
curl
18+
grim
19+
gvfs
20+
gvfs-mtp
21+
imagemagick
22+
inxi
23+
jq
24+
kitty
25+
kvantum
26+
nano
27+
network-manager-applet
28+
pamixer
29+
pavucontrol
30+
pipewire-alsa
31+
playerctl
32+
polkit-gnome
33+
python-requests
34+
python-pyquery
35+
qt5ct
36+
qt6ct
37+
qt6-svg
38+
rofi-wayland
39+
slurp
40+
swappy
41+
swaync
42+
swww
43+
wallust-git
44+
waybar
45+
wget
46+
wl-clipboard
47+
wlogout
48+
xdg-user-dirs
49+
xdg-utils
50+
yad
5451
)
5552

5653
# the following packages can be deleted. however, dotfiles may not work properly
5754
hypr_package_2=(
58-
brightnessctl
59-
btop
60-
cava
61-
eog
62-
fastfetch
63-
gnome-system-monitor
64-
mousepad
65-
mpv
66-
mpv-mpris
67-
nvtop
68-
nwg-look
69-
pacman-contrib
70-
vim
71-
yt-dlp
55+
brightnessctl
56+
btop
57+
cava
58+
eog
59+
fastfetch
60+
gnome-system-monitor
61+
mousepad
62+
mpv
63+
mpv-mpris
64+
nvtop
65+
nwg-look
66+
pacman-contrib
67+
vim
68+
yt-dlp
7269
)
7370

7471
# List of packages to uninstall as it conflicts with swaync and rofi-wayland

install-scripts/hyprland.sh

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
# Main Hyprland Package #
44

55
hypr=(
6-
hyprland
7-
hyprcursor
6+
hyprcursor
7+
hyprutils
8+
aquamarine
9+
hypridle
10+
hyprlock
11+
hyprland
12+
pyprland
813
)
914

1015
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##

0 commit comments

Comments
 (0)