1yambar-modules-xwindow(5) File Formats Manual yambar-modules-xwindow(5)
2
3
4
6 xwindow - This module provides the application name and window title
7
9 This module provides the application name and window title of the cur‐
10 rently focused window.
11
12 Note: this module is X11 only. It does not work in Wayland. If you are
13 running Sway, take a look at the i3 module and its application and ti‐
14 tle tags.
15
17 ┌────────────┬────────┬────────────────────┐
18 │Name │ Type │ Description │
19 ├────────────┼────────┼────────────────────┤
20 │application │ string │ Name of the appli‐ │
21 │ │ │ cation that owns │
22 │ │ │ the currently fo‐ │
23 │ │ │ cused window │
24 ├────────────┼────────┼────────────────────┤
25 │title │ string │ The title of the │
26 │ │ │ currently focused │
27 │ │ │ window │
28 └────────────┴────────┴────────────────────┘
29
31 No additional attributes supported, only the generic ones (see GENERIC
32 CONFIGURATION in yambar-modules(5))
33
35 bar:
36 left:
37 - xwindow:
38 content:
39 string: {text: "{application}: {title}"}
40
42 yambar-modules(5), yambar-particles(5), yambar-tags(5), yambar-decora‐
43 tions(5)
44
45 2022-08-26 yambar-modules-xwindow(5)