aboutsummaryrefslogtreecommitdiff
path: root/include/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configuration.h')
-rw-r--r--include/configuration.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configuration.h b/include/configuration.h
index 99f4b64e..19d2f714 100644
--- a/include/configuration.h
+++ b/include/configuration.h
@@ -335,6 +335,10 @@ struct Barconfig {
* Will be passed to the shell. */
char *status_command;
+ /** Command that should be run to get the workspace buttons. Will be passed
+ * to the shell. */
+ char *workspace_command;
+
/** Font specification for all text rendered on the bar. */
char *font;