Add pop gtk theme
This commit is contained in:
parent
91699adcd0
commit
443e14cab0
|
@ -49,10 +49,10 @@ if [ ! -d $HOME/Documents/working ]; then
|
||||||
mkdir -p $HOME/Documents/working;
|
mkdir -p $HOME/Documents/working;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build Arc Theme and icons
|
# Build themes and icons
|
||||||
# Not deleting repos after in case of future updates
|
# 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
|
sudo xbps-install -y gtk+3-devel pkg-config gtk-engine-murrine gnome-themes-standard
|
||||||
cd $HOME/Documents/working
|
cd $HOME/Documents/working
|
||||||
|
@ -61,6 +61,16 @@ cd arc-theme
|
||||||
./autogen.sh --prefix=/usr
|
./autogen.sh --prefix=/usr
|
||||||
sudo make install
|
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}"
|
printf "${green}Starting build of Arc Icon theme${normal}"
|
||||||
|
|
||||||
cd $HOME/Documents/working
|
cd $HOME/Documents/working
|
||||||
|
|
Loading…
Reference in New Issue