]> git.sur5r.net Git - i3/i3/blobdiff - include/config.h
Add support for a custom separator symbol
[i3/i3] / include / config.h
index afafb64be0cb8da35017684d0ec354e7cd03f50c..9a0af0e6cd6b8119e1a5ae4a4bd5fcef915cb66e 100644 (file)
@@ -285,6 +285,9 @@ struct Barconfig {
     /** Font specification for all text rendered on the bar. */
     char *font;
 
+    /** A custom separator to use instead of a vertical line. */
+    char *separator_symbol;
+
     /** Hide workspace buttons? Configuration option is 'workspace_buttons no'
      * but we invert the bool to get the correct default when initializing with
      * zero. */