|
|
@ -30,7 +30,7 @@ static const char col_red[] = "#fb4934";
|
|
|
|
static const char col_yellow[] = "#fabd2f";
|
|
|
|
static const char col_yellow[] = "#fabd2f";
|
|
|
|
static const char col_teal[] = "#8ec07c";
|
|
|
|
static const char col_teal[] = "#8ec07c";
|
|
|
|
static const char col_purple[] = "#b16286";
|
|
|
|
static const char col_purple[] = "#b16286";
|
|
|
|
static const unsigned int baralpha = OPAQUE;
|
|
|
|
static const unsigned int baralpha = 175;
|
|
|
|
static const unsigned int borderalpha = OPAQUE;
|
|
|
|
static const unsigned int borderalpha = OPAQUE;
|
|
|
|
static const char *colors[][3] = {
|
|
|
|
static const char *colors[][3] = {
|
|
|
|
/* fg bg border */
|
|
|
|
/* fg bg border */
|
|
|
@ -77,6 +77,7 @@ static const Rule rules[] = {
|
|
|
|
{"Sxiv", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"Sxiv", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"matplotlib", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"matplotlib", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"Matplotlib", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"Matplotlib", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
|
|
|
|
{"inscryption.exe", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 1", 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 1", 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 2", 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 2", 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 3", 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 3", 0, 1, 0, 1, -1},
|
|
|
@ -87,6 +88,7 @@ static const Rule rules[] = {
|
|
|
|
{NULL, NULL, "Figure 8", 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 8", 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 9", 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 9", 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 10", 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Figure 10", 0, 1, 0, 1, -1},
|
|
|
|
|
|
|
|
{"jetbrains-idea", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"python3", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"python3", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"Python3", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"Python3", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
//{ "" , NULL , NULL , 0 , 1 , 0 , 1 , -1 } ,
|
|
|
|
//{ "" , NULL , NULL , 0 , 1 , 0 , 1 , -1 } ,
|
|
|
@ -94,6 +96,7 @@ static const Rule rules[] = {
|
|
|
|
{"Firefox", NULL, NULL, 1 << 5, 0, 0, 0, -1},
|
|
|
|
{"Firefox", NULL, NULL, 1 << 5, 0, 0, 0, -1},
|
|
|
|
{"dragon", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"dragon", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"Dragon", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{"Dragon", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
|
|
|
|
{"zbar", NULL, NULL, 0, 1, 0, 1, -1},
|
|
|
|
{NULL, NULL, "SafeEyes-0", 0xffff, 1, 0, 1, 0},
|
|
|
|
{NULL, NULL, "SafeEyes-0", 0xffff, 1, 0, 1, 0},
|
|
|
|
{NULL, NULL, "SafeEyes-1", 0xffff, 1, 0, 1, 1},
|
|
|
|
{NULL, NULL, "SafeEyes-1", 0xffff, 1, 0, 1, 1},
|
|
|
|
{NULL, NULL, "Event Tester", 0, 0, 0, 1, -1},
|
|
|
|
{NULL, NULL, "Event Tester", 0, 0, 0, 1, -1},
|
|
|
|