diff options
| author | tslil clingman <tslil@posteo.de> | 2023-02-12 09:57:55 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2023-02-12 09:57:55 +0100 |
| commit | 85afc067bc8adeaee9269bfbc8cb27230bd78896 (patch) | |
| tree | e85aa8759efcd73b31a432ba437decb097f026d3 /somebar/contrib/colorless-status.patch | |
| parent | 67a0b90589cbd2f7e61d307b9aaa57f450df0e47 (diff) | |
[somebar] tracking local build
Diffstat (limited to 'somebar/contrib/colorless-status.patch')
| -rw-r--r-- | somebar/contrib/colorless-status.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/somebar/contrib/colorless-status.patch b/somebar/contrib/colorless-status.patch new file mode 100644 index 0000000..f280070 --- /dev/null +++ b/somebar/contrib/colorless-status.patch @@ -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); + } + |
