komorebi icon indicating copy to clipboard operation
komorebi copied to clipboard

[BUG]: Komorebi Bar Celluar Slowdown

Open MsiDeer opened this issue 8 months ago • 2 comments

Summary

When using celluar connectivity the komorebi bar gets super slow and I really can't select anything on it / it does not update without delay

Version Information

WIn 11 Pro Version: 10.0.26100 N/A Build 26100

komorebic 0.1.36 commit_hash: 8ef1bcf2 build_time: 2025-04-13 03:10:57 +00:00 build_env:rustc 1.86.0 (05f9846f8 2025-03-31),stable-x86_64-pc-windows-msvc

Komorebi Configuration

Default

Hotkey Configuration

Default

Output of komorebic check

No KOMOREBI_CONFIG_HOME detected, defaulting C:\Users\Msi

Looking for configuration files in C:\Users\Msi

Found komorebi.json; this file can be passed to the start command with the --config flag

Found C:\Users\Msi.config\whkdrc; key binding will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag

MsiDeer avatar Apr 29 '25 02:04 MsiDeer

I think this is probably similar to the VPN issue? @CtByte may know more

LGUG2Z avatar Apr 29 '25 04:04 LGUG2Z

try to hide the default interface or disable the entire network widget for now

    {
      "Network": {
        "enable": true,
        "data_refresh_interval": 2,
        "show_default_interface": false,
        "show_total_activity": false,
        "show_activity": true
      }
    },

CtByte avatar Apr 29 '25 07:04 CtByte

@MsiDeer Hi there, would it be possible for you to test if this version still fails for you?

CtByte avatar Oct 05 '25 12:10 CtByte