1
0
mirror of https://github.com/gryf/pywmtemp.git synced 2026-01-21 22:44:19 +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

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