yambar-modules-dwl(5)

dwl - This module provides information about dwl tags, and information.

Section 5 yambar bookworm source

Description

yambar-modules-dwl

NAME

dwl - This module provides information about dwl tags, and information.

DESCRIPTION

This module provides a map of each tags present in dwl.

Each tags has its id, its status (selected, empty, urgent) and the global data like title, fullscreen, floating, selmon, and layout). The tags start a 1. For needs where you only want information about the global data and not the tags, there is a tag with the id 0 that contains only the global data.

This module will track only the monitor where yambar was launched on. If you have a multi monitor setup, please launch yambar on each of your monitors.

Please, be aware that only one instance of this module is supported. Running multiple instances at the same time may result in undefined behavior.

TAGS

Image grohtml-12599-1.png

CONFIGURATION

Image grohtml-12599-2.png

EXAMPLES

bar:
left:
- dwl:
number-of-tags: 9
dwl-info-filename: "/home/ogromny/dwl_info"
content:
list:
items:
- map:
conditions:
selected: {string: {text: "-> {id}"}}
˜empty: {string: {text: "{id}"}}
urgent: {string: {text: "=> {id} <="}}
# default tag
id == 0: {string: {text: "{layout} {title}"}}

SEE ALSO

yambar-modules(5), yambar-particles(5), yambar-tags(5), yambar-decorations(5)