We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On version 0.1.22 i got komorebi.ps1 entries and all borders got visible:
komorebic active-window-border-width 5 komorebic active-window-border-offset 0 komorebic active-window-border-colour 66 165 245 --window-kind single komorebic active-window-border-colour 256 165 66 --window-kind stack komorebic active-window-border-colour 255 51 153 --window-kind monocle komorebic active-window-border enable
After update on 0.1.28 i changed script to:
komorebic border enable komorebic border-colour 66 165 245 --window-kind single komorebic border-colour 256 165 66 --window-kind stack komorebic border-colour 255 51 153 --window-kind monocle komorebic border-width 5 komorebic border-offset 0
And borders are missed. Current global state:
"border_enabled": true, "border_colours": { "single": { "r": 66, "g": 165, "b": 245 }, "stack": { "r": 0, "g": 165, "b": 66 }, "monocle": { "r": 255, "g": 51, "b": 153 }, "unfocused": { "r": 128, "g": 128, "b": 128 } }, "border_style": "System", "border_offset": 0, "border_width": 5,
The only way to fix is start with komorebi.json.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On version 0.1.22 i got komorebi.ps1 entries and all borders got visible:
After update on 0.1.28 i changed script to:
And borders are missed. Current global state:
The only way to fix is start with komorebi.json.
The text was updated successfully, but these errors were encountered: