Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sedlund opened this issue Dec 17, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@sedlund
Copy link

sedlund commented 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

@sedlund sedlund added the bug Something isn't working label Dec 17, 2024
@LGUG2Z LGUG2Z closed this as completed in b49e634 Dec 17, 2024
@LGUG2Z
Copy link
Owner

LGUG2Z commented 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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants