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:
Add "transparency": true and "transparency_alpha": 210 to the config
Open 2 windows
Observe that the inactive window becomes transparent as expected
Stack the 2 windows
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.
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
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 🤞
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @CtByte on GitHub (Jun 3, 2024).
Describe the bug
When
"transparency": trueis 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:
"transparency": trueand"transparency_alpha": 210to the configExpected 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
Version
9a0ee8e8dd@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 🤞
@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.