Skip to content

Multiple taskbar widgets override there settings #664

@SaliaVolz

Description

@SaliaVolz

Windows version

Windows 11

Windows OS build

22631.6345

YASB version installed

YASB Reborn v1.8.7 x64 (stable) YASB-CLI v1.1.5

Describe the bug

I want two taskbar widgets. One that shows the apps currently visible on my screen and one that shows all apps.
so the fist one has this config:

  taskbar:
    type: "yasb.taskbar.TaskbarWidget"
    options:
      show_only_visible: true
      strict_filtering: true
      monitor_exclusive: true

and the other one:

  globaltaskbar:
    type: "yasb.taskbar.TaskbarWidget"
    options:
      show_only_visible: false
      strict_filtering: false
      monitor_exclusive: false

but it always uses the config of the last widget.

Relevant log output

i didn't find anything relevant in the logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs investigationInvestigation into the bug/feature/question raised is needed before able to respond

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions