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"
|
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"
|
||||||
|
|
|
@ -48,6 +48,9 @@ echo "-> Install main packages"
|
||||||
packagesPacman=(
|
packagesPacman=(
|
||||||
"qtile"
|
"qtile"
|
||||||
"polybar"
|
"polybar"
|
||||||
|
"picom"
|
||||||
|
"scrot"
|
||||||
|
"slock"
|
||||||
);
|
);
|
||||||
|
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user