Kwybars
Preset Configs

Mirror

A centered mirrored-bar preset for symmetrical desktop layouts.

This preset creates a mirrored line visualizer centered on the screen edge. It works well if you want a more balanced layout than a standard single-direction line.

Mirror Horizontal

[overlay]
monitor_mode = "primary"
layer = "background"
full_length = true
height = 860
anchor_margin = 20
margin_left = 20
margin_right = 20

[visualizer]
layout = "mirror"
mirror_orientation = "horizontal"
bars = 72
bar_width = 13
gap = 12
mirror_gap = 30
framerate = 60
bar_corner_radius = 18
color_mode = "gradient"
color_rgba = "rgba(166, 227, 161, 0.82)"
color2_rgba = "rgba(137, 180, 250, 0.82)"

Mirror Vertical

[overlay]
monitor_mode = "primary"
layer = "background"
full_length = true
width = 860
anchor_margin = 20
top_left = 20
bottom_right = 20

[visualizer]
layout = "mirror"
mirror_orientation = "vertical"
bars = 42
bar_width = 13
gap = 12
mirror_gap = 30
framerate = 60
bar_corner_radius = 18
color_mode = "gradient"
color_rgba = "rgba(166, 227, 161, 0.82)"
color2_rgba = "rgba(137, 180, 250, 0.82)"

Mirror Vertical Split

[overlay]
monitor_mode = "primary"
layer = "background"
full_length = true
width = 860
anchor_margin = 20
margin_top = 20
margin_bottom = 20

[visualizer]
layout = "mirror"
mirror_orientation = "vertical"
line_mode = "split"
line_split_gap = 200
bars = 32
bar_width = 20
gap = 12
mirror_gap = 30
framerate = 60
bar_corner_radius = 18
color_mode = "gradient"
color_rgba = "rgba(166, 227, 161, 0.82)"
color2_rgba = "rgba(137, 180, 250, 0.82)"

Mirror Horizontal Split

[overlay]
monitor_mode = "primary"
layer = "background"
full_length = true
height = 860
anchor_margin = 20
margin_left = 20
margin_right = 20

[visualizer]
layout = "mirror"
mirror_orientation = "horizontal"
line_mode = "split"
line_split_gap = 200
bars = 52
bar_width = 20
gap = 12
mirror_gap = 30
framerate = 60
bar_corner_radius = 18
color_mode = "gradient"
color_rgba = "rgba(166, 227, 161, 0.82)"
color2_rgba = "rgba(137, 180, 250, 0.82)"

Good Starting Tweaks

  • switch mirror_orientation to vertical for side-mounted symmetry
  • increase bars for a denser mirrored center line
  • use layer = "top" if the visualizer should sit above more content

On this page