[BUG]: Stackbar and transparency #400

Closed
opened 2026-01-05 14:50:28 +01:00 by adam · 2 comments
Owner

Originally created by @CtByte on GitHub (Jun 3, 2024).

Describe the bug
When "transparency": true is used, the stackbar tab does not update the active/inactive tab color and transparency does not change on the stacked windows.

To Reproduce
Steps to reproduce the behavior:

  1. Add "transparency": true and "transparency_alpha": 210 to the config
  2. Open 2 windows
  3. Observe that the inactive window becomes transparent as expected
  4. Stack the 2 windows
  5. Change between windows using the stackbar tabs or shortcuts

Expected behavior
If the "top" window in a stack is active, then the stack is opaque and if the "top" window is inactive then the stack is transparent.

Videos

https://github.com/LGUG2Z/komorebi/assets/165908630/7406e86e-fcb8-4ee6-9542-6241e688e6bc

Operating System

OS Name:                   Microsoft Windows 11 Pro
OS Version:                10.0.22631 N/A Build 22631

Version
9a0ee8e8dd

Originally created by @CtByte on GitHub (Jun 3, 2024). **Describe the bug** When `"transparency": true` is used, the stackbar tab does not update the active/inactive tab color and transparency does not change on the stacked windows. **To Reproduce** Steps to reproduce the behavior: 1. Add `"transparency": true` and `"transparency_alpha": 210` to the config 2. Open 2 windows 3. Observe that the inactive window becomes transparent as expected 4. Stack the 2 windows 5. Change between windows using the stackbar tabs or shortcuts **Expected behavior** If the "top" window in a stack is active, then the stack is opaque and if the "top" window is inactive then the stack is transparent. **Videos** https://github.com/LGUG2Z/komorebi/assets/165908630/7406e86e-fcb8-4ee6-9542-6241e688e6bc **Operating System** ``` OS Name: Microsoft Windows 11 Pro OS Version: 10.0.22631 N/A Build 22631 ``` **Version** 9a0ee8e8ddae434379e94d2d15a99918c479366e
adam added the bug label 2026-01-05 14:50:28 +01:00
adam closed this issue 2026-01-05 14:50:28 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Jun 3, 2024):

I've tested this with the stack cycle shortcuts and it was ok 🤔

I think we should be able to fix this by emitted a notification to the transparency manager after click events on the stackbar 🤞

@LGUG2Z commented on GitHub (Jun 3, 2024): I've tested this with the stack cycle shortcuts and it was ok 🤔 I think we should be able to fix this by emitted a notification to the transparency manager after click events on the stackbar 🤞
Author
Owner

@CtByte commented on GitHub (Jun 3, 2024):

With the shortcut, it does indeed work. It seems to be more of a clicking the tabs related issue.

@CtByte commented on GitHub (Jun 3, 2024): With the shortcut, it does indeed work. It seems to be more of a clicking the tabs related issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#400