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"
packagesPacman=(
"picom"
"alacritty"
"rofi"
"rofi-calc"
"chromium"
"scrot"
"nitrogen"
"dunst"
"starship"
"slock"
"neovim"
"mpv"
"freerdp"

View File

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