aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-18 18:19:59 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-18 18:19:59 -0500
commitb9f14cee413d79d9071e0f63e0208dbf1d6d15f2 (patch)
treec08caf92d49a63edfb386b99ac45ba04298a759f /include
parentMerge pull request #358 from mikkeloscar/reload-swaybg-swaybar (diff)
parentAdd bar option: swaybar_command <command> (diff)
downloadsway-b9f14cee413d79d9071e0f63e0208dbf1d6d15f2.tar.gz
sway-b9f14cee413d79d9071e0f63e0208dbf1d6d15f2.tar.zst
sway-b9f14cee413d79d9071e0f63e0208dbf1d6d15f2.zip
Merge pull request #359 from mikkeloscar/i3bar-command
Add bar option: swaybar_command <command>
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index b89ad553..e6fc9f28 100644
--- a/include/config.h
+++ b/include/config.h
@@ -92,6 +92,7 @@ struct bar_config {
92 enum desktop_shell_panel_position position; 92 enum desktop_shell_panel_position position;
93 list_t *bindings; 93 list_t *bindings;
94 char *status_command; 94 char *status_command;
95 char *swaybar_command;
95 char *font; 96 char *font;
96 int height; // -1 not defined 97 int height; // -1 not defined
97 int tray_padding; 98 int tray_padding;