aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-01-13 20:33:44 -0500
committerLibravatar GitHub <noreply@github.com>2019-01-13 20:33:44 -0500
commit9b5ac0868210dba6d296b10ce429ac6649ff2c0c (patch)
treee67ce8fa488a6df6d2bb2bca46a74ace35b2b5d5 /include
parentMerge pull request #3412 from RedSoxFan/fix-cont-line-num (diff)
parentswaybar: allow identifiers for output and tray (diff)
downloadsway-9b5ac0868210dba6d296b10ce429ac6649ff2c0c.tar.gz
sway-9b5ac0868210dba6d296b10ce429ac6649ff2c0c.tar.zst
sway-9b5ac0868210dba6d296b10ce429ac6649ff2c0c.zip
Merge pull request #3415 from RedSoxFan/swaybar-output-improved
swaybar: allow identifiers for output and tray
Diffstat (limited to 'include')
-rw-r--r--include/swaybar/bar.h1
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 {
61 struct wl_list hotspots; // swaybar_hotspot::link 61 struct wl_list hotspots; // swaybar_hotspot::link
62 62
63 char *name; 63 char *name;
64 char *identifier;
64 bool focused; 65 bool focused;
65 66
66 uint32_t width, height; 67 uint32_t width, height;