Add pop gtk theme

This commit is contained in:
Dominik V. Salonen 2017-12-23 20:58:09 +00:00
parent 91699adcd0
commit 443e14cab0
1 changed files with 12 additions and 2 deletions

View File

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