Skip to content

separator

A vertical rule between bar modules.

Add it to your layout with separator:

toml
[[bar.layout]]
monitor = "*"
right = ["separator"]

General

FieldTypeDefaultDescription
sizeu321Thickness of the separator line in pixels.
lengthSpacing1.5Length of the separator line.
colorColorValue"fg-subtle"Color of the separator line.

Default configuration

toml
[modules.separator]
size = 1
length = 1.5
color = "fg-subtle"

Released under the MIT License.