mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Stackbar and transparency #400
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.