| 1 | ; Only one tray may exist per session, so this module lives on exactly one |
| 2 | ; bar. Padding rather than margin: a margin would be a hole in the island. |
| 3 | [module/systray] |
| 4 | type = internal/tray |
| 5 | |
| 6 | format = <tray> |
| 7 | format-background = ${colors.background} |
| 8 | format-padding = 1 |
| 9 | |
| 10 | tray-background = ${colors.background} |
| 11 | tray-spacing = 8pt |
| 12 | |
| 13 | ; vim:ft=dosini |