yambar/modules
Daniel Eklöf 19fe2f5a6f
module/script: wip: new plugin, reads data from a user provided script/binary
This module exec’s a script (or binary), specified by the ‘path’
attribute in the configuration.

It then reads tags from the script’s stdout.

The format of the output is:

  tag|type|value
  tag|type|value
  <empty line>

I.e. the script writes N tags followed by an empty  line. This
constitutes a transaction.

When a new transaction is received, its tags replaces *all* previous
tags.
2020-11-25 20:36:44 +01:00
..
alsa.c module/alsa+backlight: round() percentage values 2020-09-24 13:57:05 +02:00
backlight.c module/alsa+backlight: round() percentage values 2020-09-24 13:57:05 +02:00
battery.c module/battery: doh! fix spelling of ‘status’ 2020-11-14 23:03:11 +01:00
clock.c module/clock: silence compiler warning: ensure timeout_ms is initialized 2020-09-24 17:47:20 +02:00
i3-common.c module/i3-common: fix compilation warning with asan 2020-07-07 14:06:29 +02:00
i3-common.h modules/sway-xkb: new module, uses sway 'input' events to expose kbd layout 2019-08-14 21:51:43 +02:00
i3-ipc.h module/i3: use our own copy of i3/ipc.h 2019-03-31 12:08:44 +02:00
i3.c module/i3: workaround 'workspace init' event being sent twice 2020-04-28 18:56:39 +02:00
label.c modules: move 'content' and 'anchors' to MODULE_COMMON_ATTRS 2020-01-24 21:08:39 +01:00
meson.build module/script: wip: new plugin, reads data from a user provided script/binary 2020-11-25 20:36:44 +01:00
mpd.c module/mpd: don’t overload enum mpd_state 2020-11-09 20:27:42 +01:00
network.c modules: move 'content' and 'anchors' to MODULE_COMMON_ATTRS 2020-01-24 21:08:39 +01:00
removables.c module/removable: 'ignore' is now applied to partitions too 2020-06-21 10:24:52 +02:00
river.c moduel/river: at startup, don't instantiate seat-status before binding outputs 2020-07-24 17:44:35 +02:00
script.c module/script: wip: new plugin, reads data from a user provided script/binary 2020-11-25 20:36:44 +01:00
sway_xkb.c modules: move 'content' and 'anchors' to MODULE_COMMON_ATTRS 2020-01-24 21:08:39 +01:00
xkb.c modules: move 'content' and 'anchors' to MODULE_COMMON_ATTRS 2020-01-24 21:08:39 +01:00
xwindow.c modules: move 'content' and 'anchors' to MODULE_COMMON_ATTRS 2020-01-24 21:08:39 +01:00