summaryrefslogtreecommitdiff
path: root/somebar/contrib/disable-window-title.patch
blob: b1dc9cd589ea4223d4b404d4409797dd9734772d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Sam Nystrom <samuel.l.nystrom@gmail.com>
Date: Sat, 4 Mar 2023 17:38:12 -0500
Description: disable window title
diff --git a/src/bar.cpp b/src/bar.cpp
index 507ce62..1b6f771 100644
--- a/src/bar.cpp
+++ b/src/bar.cpp
@@ -227,7 +227,6 @@ void Bar::render()
 	renderTags();
 	setColorScheme(_selected ? colorActive : colorInactive);
 	renderComponent(_layoutCmp);
-	renderComponent(_titleCmp);
 	renderStatus();
 
 	_painter = nullptr;