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:
@@ -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
BIN
images/6x8-lcd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
images/pywmtemp.png
Normal file
BIN
images/pywmtemp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
images/ui.png
Normal file
BIN
images/ui.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user