yambar/external
Daniel Eklöf 560d7464b4
module/foreign-toplevel: initial support
* ‘content’ is a template; the module returns a list of toplevels,
  each one instantiated using the content template.
* Each toplevel has 6 tags:
  - app-id (string)
  - title (string)
  - maximized (bool)
  - minimized (bool)
  - activated (bool)
  - fullscreen (bool)

To show the application name and title of the currently active window,
one can do:

    - foreign-toplevel:
        content:
          map:
            tag: activated
            values:
              false: {empty: {}}
              true: {string: {text: "{app-id}: {title}"}}
2021-08-25 18:46:18 +02:00
..
wlr-protocols@d1598e8224 external: wlr-protocols: bump 2021-06-27 10:51:32 +02:00
river-status-unstable-v1.xml module/river: add support for river-status v2 (‘urgent’ views) 2021-08-19 19:25:18 +02:00
wlr-foreign-toplevel-management-unstable-v1.xml module/foreign-toplevel: initial support 2021-08-25 18:46:18 +02:00
wlr-layer-shell-unstable-v1.xml external: wlr-protocols: bump 2021-06-27 10:51:32 +02:00