Updated scripts & docs; updated some css

This commit is contained in:
Sam Hewitt
2015-03-03 19:59:29 -05:00
parent c07fe668f1
commit 14989cefd5
12 changed files with 151 additions and 21 deletions

View File

@@ -1,11 +1,12 @@
#!/usr/bin/python3
# Thanks to the GNOME theme nerds for the original source of this script
import os
import sys
import xml.sax
import subprocess
INKSCAPE = '/usr/bin/inkscape'
OPTIPNG = '/usr/bin/optipng'
SRC = os.path.join('.', 'src/metacity')