| 1 | ; Not in layout.ini -- defined and ready, add xwindow to an island run. It |
| 2 | ; grows and shrinks with the window title, and so does its island. |
| 3 | [module/xwindow] |
| 4 | type = internal/xwindow |
| 5 | |
| 6 | format = <label> |
| 7 | format-background = ${colors.background} |
| 8 | format-padding = 1 |
| 9 | |
| 10 | label = %title:0:60:...% |
| 11 | |
| 12 | ; vim:ft=dosini |