We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782b4e1 commit 1a667c9Copy full SHA for 1a667c9
simple-bar/modules/bar/Bar.qml
@@ -33,7 +33,7 @@ PanelWindow {
33
}
34
35
Text {
36
- text: niri.focusedWindowTitle
+ text: niri.focusedWindow?.title ?? ""
37
font.family: "Barlow Medium"
38
font.pixelSize: 16
39
color: "#999999"
0 commit comments