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

60 lines
968 B
Bash
Raw Normal View History

2023-11-10 16:12:15 -05:00
packagesPacman=(
"pacman-contrib"
"wget"
"unzip"
"alacritty"
"rofi"
"chromium"
"dunst"
"starship"
"neovim"
"mpv"
"freerdp"
"xfce4-power-manager"
"thunar"
"mousepad"
2023-12-07 04:02:48 -05:00
"ttf-font-awesome"
"otf-font-awesome"
2023-11-10 16:12:15 -05:00
"ttf-fira-sans"
"ttf-fira-code"
"ttf-firacode-nerd"
"figlet"
"vlc"
2023-11-24 03:17:32 -05:00
"eza"
2023-11-10 16:12:15 -05:00
"python-pip"
"python-psutil"
"python-rich"
"python-click"
"pavucontrol"
"tumbler"
"xautolock"
"blueman"
"papirus-icon-theme"
"polkit-gnome"
"hyprland"
"xdg-desktop-portal"
2023-11-13 04:26:57 -05:00
"xdg-desktop-portal-hyprland"
2023-11-10 16:12:15 -05:00
"waybar"
"grim"
"slurp"
"swayidle"
"swappy"
"cliphist"
"qalculate-gtk"
"brightnessctl"
2023-11-20 04:45:13 -05:00
"gum"
2023-12-14 13:59:40 -05:00
"man-pages"
2023-11-10 16:12:15 -05:00
);
packagesYay=(
"brave-bin"
"pfetch"
"bibata-cursor-theme"
"trizen"
"swww"
"swaylock-effects-git"
2023-11-10 16:12:15 -05:00
"wlogout"
"wlr-randr"
2023-12-06 15:00:34 -05:00
"pacseek"
2023-11-24 03:17:32 -05:00
);