From 0db1bd06f4c6b3dd06c1647dd9c0ea79fdd4786b Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sun, 10 Nov 2024 14:14:29 -0500 Subject: [PATCH] Update bar transparency --- config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 4f7c55b..76a50f9 100644 --- a/config.h +++ b/config.h @@ -30,7 +30,7 @@ static const char col_red[] = "#fb4934"; static const char col_yellow[] = "#fabd2f"; static const char col_teal[] = "#8ec07c"; 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 char *colors[][3] = { /* fg bg border */ @@ -77,6 +77,7 @@ static const Rule rules[] = { {"Sxiv", 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 2", 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 9", 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}, //{ "" , NULL , NULL , 0 , 1 , 0 , 1 , -1 } , @@ -94,6 +96,7 @@ static const Rule rules[] = { {"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}, + {"zbar", NULL, NULL, 0, 1, 0, 1, -1}, {NULL, NULL, "SafeEyes-0", 0xffff, 1, 0, 1, 0}, {NULL, NULL, "SafeEyes-1", 0xffff, 1, 0, 1, 1}, {NULL, NULL, "Event Tester", 0, 0, 0, 1, -1},