diff --git a/README.rst b/README.rst index ae7bcd5..c1cd9a3 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,9 @@ PyWMTemp WindowMaker dockapp for monitoring resources like CPU/GPU temperatures. It supports up to 2 different readings. +.. image:: /images/pywmtemp.png?raw=true + :alt: wmamixer overview + Requirements ============ diff --git a/images/6x8-lcd.png b/images/6x8-lcd.png new file mode 100644 index 0000000..d06ed98 Binary files /dev/null and b/images/6x8-lcd.png differ diff --git a/images/pywmtemp.png b/images/pywmtemp.png new file mode 100644 index 0000000..fc3db12 Binary files /dev/null and b/images/pywmtemp.png differ diff --git a/images/ui.png b/images/ui.png new file mode 100644 index 0000000..a6c21b3 Binary files /dev/null and b/images/ui.png differ diff --git a/pywmtemp/pywmtemp.py b/pywmtemp/pywmtemp.py index cd7269e..c82675b 100755 --- a/pywmtemp/pywmtemp.py +++ b/pywmtemp/pywmtemp.py @@ -20,7 +20,7 @@ XDG_CONF_DIR = os.getenv('XDG_CONFIG_HOME', os.path.expanduser('~/.config')) # program BACKGROUND = '''\ /* XPM */ -static char *mask3[] = { +static char *ui[] = { /* columns rows colors chars-per-pixel */ "66 64 6 1 ", " c None", @@ -98,7 +98,7 @@ static char *mask3[] = { ''' FONT = '''\ /* XPM */ -static char *_x8_lcd_alt[] = { +static char *_x8_lcd[] = { /* columns rows colors chars-per-pixel */ "192 48 10 1 ", " c #202020",