Updated scripts & docs; updated some css
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user