Moved packages from 1-install.sh into 2-install-qtile.sh that are only Qtile related.

This commit is contained in:
Stephan Raabe 2023-09-08 12:24:12 +02:00
parent 3a2cdb4a0f
commit 55b5d4ed11
2 changed files with 3 additions and 4 deletions

View File

@ -74,16 +74,12 @@ echo ""
echo "-> Install main packages" echo "-> Install main packages"
packagesPacman=( packagesPacman=(
"picom"
"alacritty" "alacritty"
"rofi" "rofi"
"rofi-calc"
"chromium" "chromium"
"scrot"
"nitrogen" "nitrogen"
"dunst" "dunst"
"starship" "starship"
"slock"
"neovim" "neovim"
"mpv" "mpv"
"freerdp" "freerdp"

View File

@ -48,6 +48,9 @@ echo "-> Install main packages"
packagesPacman=( packagesPacman=(
"qtile" "qtile"
"polybar" "polybar"
"picom"
"scrot"
"slock"
); );
# ------------------------------------------------------ # ------------------------------------------------------