mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Bar isn't using accent color on active workspace indicator anymore #575
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 @l-t-k on GitHub (Feb 22, 2025).
Summary
In a previous version (don't know which one) the active workspace indicator in the bar was using the accent color of the theme (light blue in my case). That was very useful because it was clear which workspace was active. Right now, it is not that visible anymore. See attached screenshot.
Not sure if this is a bug or intended behavior to be honest.
To clarify, in this example workspace 1 is active:
Version Information
v.0.1.34
Komorebi Configuration
Hotkey Configuration
Not applicable
Output of komorebic check
KOMOREBI_CONFIG_HOME detected: C:\Users\REMOVED.config\komorebi
Looking for configuration files in C:\Users\REMOVED.config\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
"custom_layout" is now end-of-life
End-of-life features will not receive any further bug fixes or updates; they should not be used
No ~/.config/whkdrc found; you may not be able to control komorebi with your keyboard
@CtByte commented on GitHub (Feb 22, 2025):
@l-t-k Could you also post your komorebi.json config?
@CtByte commented on GitHub (Feb 22, 2025):
I think it's very hard to see but the first workspace is highlighted, although very faintly. When you change the theme name you can see it becoming more visible
@l-t-k commented on GitHub (Feb 23, 2025):
Komorebi.json:
@l-t-k commented on GitHub (Feb 23, 2025):
I do agree that it is very hard to see. And that's exactly my point :)
OPTION A - This is more or less (made by paint) how it looked like before the change:

OPTION B - And this is how it is now:

In the end the workspace widget is an indicator that should clearly, in a glance, notify the user on which workspace he or she is working on. Therefore I prefer option A.
@CtByte commented on GitHub (Feb 24, 2025):
@l-t-k I hope this is up to your liking :)
@LGUG2Z commented on GitHub (Feb 25, 2025):
This has been merged and will be both in the next nightly and in v0.1.35
@DaitiDay commented on GitHub (Mar 22, 2025):
@CtByte can you share your bar config? I'm interested on how you achieved that "isle" style
@CtByte commented on GitHub (Mar 22, 2025):
@DaitiDay Sure, it's basically the widget grouping
Here are my dotfiles (I hope this config works, as I build it from source to be on the latest)
@DaitiDay commented on GitHub (Mar 22, 2025):
Oh nice, didn't think of that! For a moment I thought there was a way to set the bar's background color, but I guess there isn't one :(