diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-13 20:33:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-13 20:33:44 -0500 |
commit | 9b5ac0868210dba6d296b10ce429ac6649ff2c0c (patch) | |
tree | e67ce8fa488a6df6d2bb2bca46a74ace35b2b5d5 /include/swaybar | |
parent | a43863aa60bd9eff0972d096610cb5a6de79aacb (diff) | |
parent | 50d36ef238182c33bca8dfc01dd56957e31ff6bd (diff) |
Merge pull request #3415 from RedSoxFan/swaybar-output-improved
swaybar: allow identifiers for output and tray
Diffstat (limited to 'include/swaybar')
-rw-r--r-- | include/swaybar/bar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index e377b8de..2d9ba0d9 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -61,6 +61,7 @@ struct swaybar_output { struct wl_list hotspots; // swaybar_hotspot::link char *name; + char *identifier; bool focused; uint32_t width, height; |