[BUG]: transparecy* settings not reflected in any komrebic *state output #544

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

Originally created by @sedlund on GitHub (Dec 17, 2024).

Summary

the current transparency settings are not accessible via any of the state output that I can find.

I use wezterm to trigger state change to enable opacity with it and to en/disable komorebi transparency on battery AC/Discharging.

Version Information

komorebic 0.1.31
tag:v0.1.31
commit_hash:40c55dec
build_time:2024-12-14 00:54:06 +00:00
build_env:rustc 1.83.0 (90b35a623 2024-11-26),stable-x86_64-pc-windows-msvc

Komorebi Configuration

{"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.31/schema.json", "app_specific_configuration_path": "$Env:USERPROFILE/.config/komorebi/applications.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", "default_workspace_padding": 5, "default_container_padding": 5, "border": true, "border_width": 5, "border_style": "System", "border_offset": -1, "border_colours": {"single": "#a823ea", "stack": "#00aac4", "monocle": "#ff3399", "unfocused": "#3e126e"}, "animation": {"enabled": true, "duration": 80}, "stackbar": {"height": 15, "mode": "OnStack", "tabs": {"width": 200, "focused_text": "#00aac4", "unfocused_text": "#015765", "background": "#141414"}}, "transparency": true, "transparency_alpha": 230, "monitors": [{"workspaces": [{"name": "I", "layout": "BSP"}, {"name": "II", "layout": "BSP"}, {"name": "III", "layout": "BSP"}, {"name": "IV", "layout": "BSP"}, {"name": "V", "layout": "BSP"}, {"name": "VI", "layout": "BSP"}, {"name": "VII", "layout": "BSP"}]}]}

Hotkey Configuration

n/a

Output of komorebic check

No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\Scott

Looking for configuration files in C:\Users\Scott

No komorebi configuration found in C:\Users\Scott

If running 'komorebic start --await-configuration', you will manually have to call the following command to begin tiling: komorebic complete-configuration

Originally created by @sedlund on GitHub (Dec 17, 2024). ### Summary the current transparency settings are not accessible via any of the state output that I can find. I use wezterm to trigger state change to enable opacity with it and to en/disable komorebi transparency on battery AC/Discharging. ### Version Information komorebic 0.1.31 tag:v0.1.31 commit_hash:40c55dec build_time:2024-12-14 00:54:06 +00:00 build_env:rustc 1.83.0 (90b35a623 2024-11-26),stable-x86_64-pc-windows-msvc ### Komorebi Configuration ```json {"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.31/schema.json", "app_specific_configuration_path": "$Env:USERPROFILE/.config/komorebi/applications.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", "default_workspace_padding": 5, "default_container_padding": 5, "border": true, "border_width": 5, "border_style": "System", "border_offset": -1, "border_colours": {"single": "#a823ea", "stack": "#00aac4", "monocle": "#ff3399", "unfocused": "#3e126e"}, "animation": {"enabled": true, "duration": 80}, "stackbar": {"height": 15, "mode": "OnStack", "tabs": {"width": 200, "focused_text": "#00aac4", "unfocused_text": "#015765", "background": "#141414"}}, "transparency": true, "transparency_alpha": 230, "monitors": [{"workspaces": [{"name": "I", "layout": "BSP"}, {"name": "II", "layout": "BSP"}, {"name": "III", "layout": "BSP"}, {"name": "IV", "layout": "BSP"}, {"name": "V", "layout": "BSP"}, {"name": "VI", "layout": "BSP"}, {"name": "VII", "layout": "BSP"}]}]} ``` ### Hotkey Configuration n/a ### Output of komorebic check No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\Scott Looking for configuration files in C:\Users\Scott No komorebi configuration found in C:\Users\Scott If running 'komorebic start --await-configuration', you will manually have to call the following command to begin tiling: komorebic complete-configuration
adam added the bug label 2026-01-05 14:51:27 +01:00
adam closed this issue 2026-01-05 14:51:27 +01:00
Author
Owner

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

transparency_enabled, transparency_alpha and transparency_blacklist will be available in the output of komorebic global-state in v0.1.32 and in the next nightly tagged release this coming Saturday 🎉

@LGUG2Z commented on GitHub (Dec 17, 2024): `transparency_enabled`, `transparency_alpha` and `transparency_blacklist` will be available in the output of `komorebic global-state` in v0.1.32 and in the next `nightly` tagged release this coming Saturday 🎉
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#544