CtByte

Results 95 comments of CtByte

I dont use the `display_index_preferences` setting. This is all I have: ``` { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.22/schema.json", "app_specific_configuration_path": "$Env:USERPROFILE/applications.yaml", "window_hiding_behaviour": "Cloak", "unmanaged_window_operation_behaviour": "Op", "cross_monitor_move_behaviour": "Insert", "default_workspace_padding": 5, "default_container_padding": 5, "border_padding": 5, "border_offset":...

we are snapping! 🎉 I will do some more testing, then if all good, close this finally. Thank you!!

I could not break it again, an other one in the bag! v0.1.26 will be considerable 🚀

@jacobduijzer It seems to me that this is related to issue https://github.com/glzr-io/zebar/issues/54 Both the Komorebi and Glaze providers freeze up after some time. FYI: @lars-berger mentioned on discord that when...

@jacobduijzer Try the v2 that was recently released. I've been using it for a while and the freezing issue is gone

I did, but it should be in the main branch what if you try [this](https://github.com/glzr-io/zebar/actions/runs/10900669218) just be careful that this is a completely different setup. Your old config will not...

I imagine that the option is there so you can decide to use any font you want, but perhaps having the option to import from a local file would be...

@AfzGit Yes, I was not sure if this would work and by the looks of it, tauri needs to do this a bit differently, just like how to `config.yaml` and...

@edelvarden This is so well written, you should make a PR. Thank you very much! @lars-berger Edit: not sure if this is planned to make easier, but I do not...

@hongyuanjia I installed "JetBrains Mono" font on Windows and use it in the CSS like this: ```yaml styles: | display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; height: 100%; font-family:...