hyprland-dotfiles/.install/packages/hyprland-packages.sh

19 lines
237 B
Bash
Raw Normal View History

2023-11-10 21:12:15 +00:00
packagesPacman=(
2024-02-02 13:00:10 +00:00
"hyprland"
2023-11-13 09:26:57 +00:00
"xdg-desktop-portal-hyprland"
2023-11-10 21:12:15 +00:00
"waybar"
"grim"
"slurp"
"swappy"
"cliphist"
);
packagesYay=(
"swww"
"wlogout"
2024-01-30 07:40:05 +00:00
"nwg-look"
2024-02-23 08:05:14 +00:00
"emote"
2024-02-27 13:54:19 +00:00
"hypridle"
"hyprlock"
2023-11-24 08:17:32 +00:00
);