Added some patches
This commit is contained in:
parent
85b7b6290a
commit
77c2c1de97
4 changed files with 107 additions and 0 deletions
15
contrib/colorless-status.patch
Normal file
15
contrib/colorless-status.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
From: medanisjbara anis2834133766619@gmail.com
|
||||
Date: Mon, 14 Nov 2022 10:28:00
|
||||
Description: sets the color of status component to inactive
|
||||
diff --git a/src/bar.cpp b/src/bar.cpp
|
||||
index fab5a8f..aebe28b 100644
|
||||
--- a/src/bar.cpp
|
||||
+++ b/src/bar.cpp
|
||||
@@ -266,6 +266,7 @@ void Bar::renderStatus()
|
||||
cairo_fill(_painter);
|
||||
|
||||
_x = start;
|
||||
+ setColorScheme(colorInactive);
|
||||
renderComponent(_statusCmp);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue