Artwork for Ubuntu Budgie
Contains all the artwork for Ubuntu including LightDM and its Greeter
Also the icon-theme for Ubuntu Budgie - Pocillo - is defined
To refresh the tela icons in our project git fork:
cd ~/Downloads
git clone https://github.com/ubuntubudgie/tela-icon-theme
cd tela-icon-theme
cp src/scalable/apps/distributor-logo-ubuntu-budgie.svg ..
git remote add upstream https://github.com/vinceliuice/tela-icon-theme
git fetch upstream
git merge upstream/master
mv ../distributor-logo-ubuntu-budgie.svg src/scalable/apps/
git commit -m "Latest tela icons"
git push
Now navigate to tela-icon-theme in this budgie-artwork git project i.e.
cd tela-icon-theme
rm -rf *
copy from the tela-icon-theme project its contents into this folder
cp -r ../../tela-icon-theme/* .
merge Qogir icons and save
./merge.sh
git add -A
git commit -m "Merge latest tela/qogir icons"
git push
Finally create our Pocillo variants
cd pocillo-icons-compiled
rm -rf *
cp -r ../pocillo/Pocillo ./Pocillo
cp -r ../pocillo/Pocillo-light ./Pocillo-light
nano Pocillo/index.theme
update this line to read Inherits=TelaBudgie-dark
Use the following to initialise and pull the linked git repos
git submodule update --init --recursive