From 443e14cab0482f0b40dafdd04ac5a3f34622bdf7 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sat, 23 Dec 2017 20:58:09 +0000 Subject: [PATCH] Add pop gtk theme --- shell/bootstrap-void.sh | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/shell/bootstrap-void.sh b/shell/bootstrap-void.sh index 4264ba9..70b3b05 100755 --- a/shell/bootstrap-void.sh +++ b/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