Add support for a custom separator symbol
This introduces a "separator_symbol" property for the i3bar configuration. If set, the specified string will be used as a separator instead of a vertical line. Since it is an optional configuration, complete backwards compatibility is given. fixes #1472
This commit is contained in:
@ -1249,6 +1249,24 @@ bar {
|
||||
}
|
||||
--------------------------------------------------------------
|
||||
|
||||
=== Custom separator symbol
|
||||
|
||||
Specifies a custom symbol to be used for the separator as opposed to the vertical,
|
||||
one pixel thick separator. Note that you may have to adjust the +sep_block_width+
|
||||
property.
|
||||
|
||||
*Syntax*:
|
||||
-------------------------
|
||||
separator_symbol <symbol>
|
||||
-------------------------
|
||||
|
||||
*Example*:
|
||||
------------------------
|
||||
bar {
|
||||
separator_symbol ":|:"
|
||||
}
|
||||
------------------------
|
||||
|
||||
=== Workspace buttons
|
||||
|
||||
Specifies whether workspace buttons should be shown or not. This is useful if
|
||||
|
Reference in New Issue
Block a user