summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2015-12-18 23:49:50 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2015-12-19 00:13:51 +0100
commit9d7f1afdfb62a5851a38c8add7d05ae45a87066a (patch)
tree8770c0a2cd74ec54a7b1f5b48e7610aff125ece7 /include
parentMerge pull request #357 from sce/fix_swaybar_crashes (diff)
downloadsway-9d7f1afdfb62a5851a38c8add7d05ae45a87066a.tar.gz
sway-9d7f1afdfb62a5851a38c8add7d05ae45a87066a.tar.zst
sway-9d7f1afdfb62a5851a38c8add7d05ae45a87066a.zip
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 32562908..7e4fda7e 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;