1
0
mirror of https://github.com/gryf/pywmtemp.git synced 2025-12-18 11:40:17 +01:00

Added source images, and picture of pywmtemp.

This commit is contained in:
2022-05-01 16:18:56 +02:00
parent 139648f240
commit 05ea17b43b
5 changed files with 5 additions and 2 deletions

View File

@@ -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
============

BIN
images/6x8-lcd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/pywmtemp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
images/ui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@@ -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",