Update pijulius requirements
This commit is contained in:
parent
857b8a22ae
commit
3fdc156f45
20
arch-assets/pijuliuspkgs.txt
Normal file
20
arch-assets/pijuliuspkgs.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
hicolor-icon-theme
|
||||
libconfig
|
||||
dbus
|
||||
libepoxy
|
||||
libev
|
||||
libglvnd
|
||||
libx11
|
||||
libxcb
|
||||
libxext
|
||||
pcre2
|
||||
pixman
|
||||
xcb-util
|
||||
xcb-util-image
|
||||
xcb-util-renderutil
|
||||
asciidoc
|
||||
cmake
|
||||
mesa
|
||||
meson
|
||||
uthash
|
||||
xorgproto
|
|
@ -140,7 +140,9 @@ done
|
|||
while true; do
|
||||
read -p "Do you want to install the Pijulius's Picom? (y/n) " answer
|
||||
if [[ "${answer,,}" == "y" ]]; then
|
||||
sudo pacman -S --noconfirm --needed
|
||||
while IFS= read -r line ; do
|
||||
sudo pacman -S --noconfirm --needed $line
|
||||
done < $scripts_PATH/arch-assets/pijuliuspkgs.txt
|
||||
git clone https://github/pijulius/picom $home_PATH/Software/picom
|
||||
cd $home_PATH/Software/picom
|
||||
git checkout implemented-window-animations
|
||||
|
|
Loading…
Reference in a new issue