Kwybars
Preset Configs

Line

A simple full-width line preset for edge-aligned desktop visualizers.

This preset is the straightforward full-width Kwybars setup. It is a good default if you want something easy to understand, easy to tweak, and close to the standard overlay style.

Line Bottom

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

[visualizer]
layout = "line"
line_mode = "continuous"
bars = 44
bar_width = 20
gap = 14
framerate = 60
bar_corner_radius = 18
color_mode = "gradient"
color_rgba = "rgba(175, 198, 255, 0.78)"
color2_rgba = "rgba(191, 198, 220, 0.78)"

Line Bottom Split

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

[visualizer]
layout = "line"
line_mode = "split"
line_split_gap = 440
bars = 44
bar_width = 20
gap = 14
framerate = 60
bar_corner_radius = 18
color_mode = "gradient"
color_rgba = "rgba(175, 198, 255, 0.78)"
color2_rgba = "rgba(191, 198, 220, 0.78)"

Line Top

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

[visualizer]
layout = "line"
line_mode = "continuous"
bars = 144
bar_width = 10
gap = 14
framerate = 60
bar_corner_radius = 18
color_mode = "gradient"
color_rgba = "rgba(175, 198, 255, 0.78)"
color2_rgba = "rgba(191, 198, 220, 0.78)"

Line Left Split

[overlay]
monitor_mode = "primary"
layer = "background"
position = "left"
full_length = true
height = 480
anchor_margin = 20
margin_top = 20
margin_bottom = 20

[visualizer]
layout = "line"
line_mode = "split"
line_split_gap = 480
bars = 34
bar_width = 14
gap = 14
framerate = 60
bar_corner_radius = 0
color_mode = "gradient"
color_rgba = "rgba(175, 198, 255, 0.78)"
color2_rgba = "rgba(191, 198, 220, 0.78)"

Line Right

[overlay]
monitor_mode = "primary"
layer = "background"
position = "right"
full_length = true
height = 480
anchor_margin = 20
margin_top = 20
margin_bottom = 20

[visualizer]
layout = "line"
line_mode = "continuous"
bars = 34
bar_width = 20
gap = 14
framerate = 60
bar_corner_radius = 0
color_mode = "gradient"
color_rgba = "rgba(175, 198, 255, 0.78)"
color2_rgba = "rgba(191, 198, 220, 0.78)"

Good Starting Tweaks

  • increase height for taller bars
  • set layer = "top" if you want the visualizer above more desktop content
  • switch line_mode to split and add line_split_gap for a centered split layout
  • swap the colors or use theme = "tokyo-night" if you want a faster themed setup

Screenshots and videos can be attached to this page later as the preset gallery grows.

On this page