added new theme
This commit is contained in:
parent
ca373c992f
commit
d03f82d266
2 changed files with 39 additions and 14 deletions
24
themes/mini_wttr.in.h
Normal file
24
themes/mini_wttr.in.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
#ifndef _CONFIG_H
|
||||
#define _CONFIG_H
|
||||
|
||||
#include "fetch.h"
|
||||
#include "structs.h"
|
||||
|
||||
/* Config, EDIT THERE */
|
||||
#define FONT_COLOR "\033[1;37m"
|
||||
|
||||
#ifdef _MAIN_C
|
||||
#define ON_ERROR_STR "none"
|
||||
|
||||
PARAMETR CONFIG[] = {
|
||||
{PrintOs, {.str0=" Os : ", .str1=NULL}},
|
||||
{GetMem, {.str0=" Mem : ", .str1=NULL}},
|
||||
{GetUptime, {.str0=" Uptime : ", .str1=NULL}},
|
||||
|
||||
{Blank, {.str0=" ", .str1=NULL}},
|
||||
{GetUser, {.str0=" ", .str1=",%s Hi!"}},
|
||||
{Execute, {.str0=" Outside: ", .str2="wget https://wttr.in/?format=\"%t+%C\" -qO-"}}
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue