Update pijulius requirements

This commit is contained in:
Rodolfo 2024-07-04 16:03:59 +08:00
parent 857b8a22ae
commit 3fdc156f45
2 changed files with 23 additions and 1 deletions

View 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

View file

@ -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