[BUG]: Commit 4f306e5 Nightly Border colour not respecting transparency in hex #539

Closed
opened 2026-01-05 14:51:25 +01:00 by adam · 1 comment
Owner

Originally created by @Demitrix2k on GitHub (Dec 9, 2024).

Summary

Going from 0.1.30 to latest nightly release commit 4f306e5 i noticed that the border color which is normally for me transparent on unfocused windows now has a dark outline to itself rather than being completely invisible as its supposed to be from looking at the hex code set in "unfocused".

"border_colours": {
    "single": "#8BE9FD",
    "stack": "#8BE9FD",
    "monocle": "#ff3399",
    "unfocused": "#00000000",
    "floating": "#00000000"

Image attached shows the difference simply switching between 0.1.30 and latest Nightly release.

Untitled

komorebi.json
komorebi.bar.json
whkdrc.txt

Version Information

Before 0.1.30
After Nightly 4f306e5

Komorebi Configuration

See attachments
komorebic start --whkd

Hotkey Configuration

See attachments

Output of komorebic check

KOMOREBI_CONFIG_HOME detected: C:\Users\rando.config\komerebi

Looking for configuration files in C:\Users\rando.config\komerebi

Found komorebi.json; this file can be passed to the start command with the --config flag

Found C:\Users\rando.config\whkd\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag

Originally created by @Demitrix2k on GitHub (Dec 9, 2024). ### Summary Going from 0.1.30 to latest [nightly](https://github.com/LGUG2Z/komorebi/releases/tag/nightly) release [commit 4f306e5](https://github.com/LGUG2Z/komorebi/commit/4f306e5bfd72696d994fbf04f74d06a632d3084e) i noticed that the border color which is normally for me transparent on unfocused windows now has a dark outline to itself rather than being completely invisible as its supposed to be from looking at the hex code set in "unfocused". ``` "border_colours": { "single": "#8BE9FD", "stack": "#8BE9FD", "monocle": "#ff3399", "unfocused": "#00000000", "floating": "#00000000" ``` Image attached shows the difference simply switching between 0.1.30 and latest Nightly release. ![Untitled](https://github.com/user-attachments/assets/91ed8400-5337-4017-af2d-573a377cbb69) [komorebi.json](https://github.com/user-attachments/files/18057779/komorebi.json) [komorebi.bar.json](https://github.com/user-attachments/files/18057789/komorebi.bar.json) [whkdrc.txt](https://github.com/user-attachments/files/18057794/whkdrc.txt) ### Version Information Before 0.1.30 After Nightly 4f306e5 ### Komorebi Configuration ```json See attachments komorebic start --whkd ``` ### Hotkey Configuration See attachments ### Output of komorebic check KOMOREBI_CONFIG_HOME detected: C:\Users\rando\.config\komerebi Looking for configuration files in C:\Users\rando\.config\komerebi Found komorebi.json; this file can be passed to the start command with the --config flag Found C:\Users\rando\.config\whkd\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
adam added the bug label 2026-01-05 14:51:25 +01:00
adam closed this issue 2026-01-05 14:51:25 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Dec 9, 2024):

I think this you're going to have to learn to live with this because the flag that allows transparent borders introduced significant performance issues when animating borders and was subsequently removed.

@LGUG2Z commented on GitHub (Dec 9, 2024): I think this you're going to have to learn to live with this because the flag that allows transparent borders introduced significant performance issues when animating borders and was subsequently removed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#539