Browse Source

Add pop gtk theme

master
Quad 6 years ago
parent
commit
443e14cab0
  1. 14
      shell/bootstrap-void.sh

14
shell/bootstrap-void.sh

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

Loading…
Cancel
Save