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]: border not visible with cli commands #966

Open
okayno14 opened this issue Aug 24, 2024 · 0 comments
Open

[BUG]: border not visible with cli commands #966

okayno14 opened this issue Aug 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@okayno14
Copy link

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.

@okayno14 okayno14 added the bug Something isn't working label Aug 24, 2024
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

1 participant