dotfiles_ewwii/nbcl/panel/panel_section_left.nbcl
2026-09-08 10:45:30 +05:30

14 lines
190 B
Plaintext

# Left-hand side of the top bar
fn panel_left() {
Box {
space_evenly = false
spacing = 0
halign = "start"
height = config.panel_height
Label {
text = "left_side"
}
}
}