Moved packages from 1-install.sh into 2-install-qtile.sh that are only Qtile related.
This commit is contained in:
parent
3a2cdb4a0f
commit
55b5d4ed11
@ -74,16 +74,12 @@ echo ""
|
||||
echo "-> Install main packages"
|
||||
|
||||
packagesPacman=(
|
||||
"picom"
|
||||
"alacritty"
|
||||
"rofi"
|
||||
"rofi-calc"
|
||||
"chromium"
|
||||
"scrot"
|
||||
"nitrogen"
|
||||
"dunst"
|
||||
"starship"
|
||||
"slock"
|
||||
"neovim"
|
||||
"mpv"
|
||||
"freerdp"
|
||||
|
@ -48,6 +48,9 @@ echo "-> Install main packages"
|
||||
packagesPacman=(
|
||||
"qtile"
|
||||
"polybar"
|
||||
"picom"
|
||||
"scrot"
|
||||
"slock"
|
||||
);
|
||||
|
||||
# ------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user