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

58 lines
927 B
Bash
Raw Normal View History

2023-11-10 16:12:15 -05:00
packagesPacman=(
"pacman-contrib"
"wget"
"unzip"
"alacritty"
"rofi"
"chromium"
"nitrogen"
"dunst"
"starship"
"neovim"
"mpv"
"freerdp"
"xfce4-power-manager"
"thunar"
"mousepad"
"ttf-font-awesome"
2023-12-07 04:02:48 -05:00
"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"
"xdg-desktop-portal"
"pavucontrol"
"tumbler"
"xautolock"
"blueman"
"papirus-icon-theme"
"polkit-gnome"
"qtile"
"polybar"
"picom"
"scrot"
"slock"
"qalculate-gtk"
"brightnessctl"
2023-11-20 04:45:13 -05:00
"gum"
2023-12-05 03:51:11 -05:00
"xorg"
2023-11-26 06:00:17 -05:00
"xorg-xinit"
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"
"qtile-extras"
2023-12-20 01:36:20 -05:00
"pacseek"
2023-12-20 14:55:30 -05:00
"sddm-sugar-candy-git"
2023-11-24 03:17:32 -05:00
);