fixed
This commit is contained in:
parent
ce965804d3
commit
2d8ac6280f
9 changed files with 116 additions and 51 deletions
26
themes/8nl.h
Normal file
26
themes/8nl.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
#ifndef _CONFIG_H
|
||||
#define _CONFIG_H
|
||||
|
||||
#include "fetch.h"
|
||||
#include "structs.h"
|
||||
|
||||
#define STRIP_RESET_ESCAPE
|
||||
#define STRIP_LOGO_ESCAPES
|
||||
#define FONT_COLOR ""
|
||||
#define LOGO_COLOR ""
|
||||
|
||||
#ifdef _MAIN_C
|
||||
PARAMETR CONFIG[] = {
|
||||
{PrintOs, {.str0=" Os : ", .str1=NULL}},
|
||||
{GetMem, {.str0=" Mem : ", .str1=NULL}},
|
||||
{GetModel, {.str0=" Host : ", .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-"}},
|
||||
{Execute, {.str0=" Playing: ", .str2="basename \"$(mocp -Q \"%file\")\""}}
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif
|
|
@ -9,8 +9,6 @@
|
|||
#define FONT_COLOR "\033[1;37m"
|
||||
|
||||
#ifdef _MAIN_C
|
||||
#define ON_ERROR_STR "none"
|
||||
|
||||
PARAMETR CONFIG[] = {
|
||||
{PrintOs, {.str0=" os ", .str1=NULL}},
|
||||
{GetKernel, {.str0=" kr ", .str1=NULL}},
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
#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}},
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
#define BORDER "-------------------"
|
||||
#define STR1 "\033[1;37m Somechars"
|
||||
#define STR2 "\033[1;37m Somechars x2"
|
||||
|
||||
#define ON_ERROR_STR "none"
|
||||
|
||||
PARAMETR CONFIG[] = {
|
||||
{Blank, {.str0=STR1, .str1=NULL}},
|
||||
{Blank, {.str0=BORDER, .str1=NULL}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue