|
|
|
@ -49,10 +49,10 @@ if [ ! -d $HOME/Documents/working ]; then
|
|
|
|
|
mkdir -p $HOME/Documents/working; |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# Build Arc Theme and icons |
|
|
|
|
# Build themes and icons |
|
|
|
|
# Not deleting repos after in case of future updates |
|
|
|
|
|
|
|
|
|
printf "${green}Starting build of Arc theme${normal}" |
|
|
|
|
printf "${green}Starting build of Arc GTK theme${normal}" |
|
|
|
|
|
|
|
|
|
sudo xbps-install -y gtk+3-devel pkg-config gtk-engine-murrine gnome-themes-standard |
|
|
|
|
cd $HOME/Documents/working |
|
|
|
@ -61,6 +61,16 @@ cd arc-theme
|
|
|
|
|
./autogen.sh --prefix=/usr |
|
|
|
|
sudo make install |
|
|
|
|
|
|
|
|
|
printf "${green}Starting build of Pop GTK theme${normal}" |
|
|
|
|
|
|
|
|
|
sudo xbps-install -y sassc libsass-devel inkscape optipng |
|
|
|
|
cd $HOME/Documents/working |
|
|
|
|
git clone https://github.com/pop-os/gtk-theme.git |
|
|
|
|
cd gtk-theme |
|
|
|
|
make |
|
|
|
|
make assets |
|
|
|
|
sudo make install |
|
|
|
|
|
|
|
|
|
printf "${green}Starting build of Arc Icon theme${normal}" |
|
|
|
|
|
|
|
|
|
cd $HOME/Documents/working |
|
|
|
|