Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

[BUG] bar "offset" attribute is not supported as described in src/config.yaml #108

@bluckholl

Description

@bluckholl

Expected Behavior

in order to support multiple bars, bar offset attributes should be supported

Current Behavior

exception:
bars:

  • yasb-bar:
    • offset:
      • unknown field

Possible Solution

support bar offset attribute

Steps to Reproduce

  1. add bars into config.yaml wil offset, such:
    bars:
    yasb-bar:
    enabled: true
    screens: ['*']
    class_name: "yasb-bar"
    alignment:
    position: "top"
    center: false
    blur_effect:
    enabled: false
    acrylic: false
    dark: false
    window_flags:
    always_on_top: false
    windows_app_bar: true
    dimensions:
    width: "100%"
    height: 32
    offset:
    x: 0
    y: 0
    padding:
    top: 0
    left: 0
    bottom: 0
    right: 0
    widgets:
    #left: ["komorebi_workspaces", "komorebi_active_layout", "active_window"]
    left: []
    center: ["clock"]
    right: []
  2. run yasb
  3. get exception

and thank you for the great peace of software!

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions