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]: When Surfshark VPN is enabled the Network widget in Komorebi Bar does not show #1142

Open
madmedicnl opened this issue Nov 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@madmedicnl
Copy link

Summary

Exactly what it says in the title.
When you disable the VPN the network widget immediately shows up.

Version Information

OS Name: Microsoft Windows 11 Home
OS Version: 10.0.26100 N/A Build 26100

komorebic -V
komorebic 0.1.31
branch:master
commit_hash:b14c0d07
build_time:2024-11-24 00:53:21 +00:00
build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc

Komorebi Configuration

////// KOMOREBI BAR JSON
{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.30/schema.bar.json",
  "monitor": {
    "index": 0,
    "work_area_offset": {
      "left": 0,
      "top": 28,
      "right": 0,
      "bottom": 24
    }
  },
  "position": {
  	"start": {
  		"x": 0,
  		"y": -6
  	},
  	"end": {
  		"x": 1920,
  		"y": 35
  	}
  },
  
  "font_family": "JetBrains Mono",
  "theme": {
    "palette": "Base16",
    "name": "GruvboxDarkMedium",
    "accent": "Base0D"
  }, 
  "transparency_alpha": 10,
    "widget_spacing": 10.0,
    "grouping": {
    	   "kind": "Widget",
    	   "style": "CtByteWithShadow",
    	   "rounding": [5, 5, 5, 5],
    	   "transparency_alpha": 25
    	        },
    
   "left_widgets": [
  
    {
      "Komorebi": {
        "workspaces": {
          "enable": true,
          "hide_empty_workspaces": false
        },
        "layout": {
          "enable": true
        },
        "focused_window": {
          "enable": true,
          "show_icon": true
        }
      }
    }
  ],
  "right_widgets": [
    {
      "Media": {
        "enable": true
      }
    },
  // {
  //    "Storage": {
  //      "enable": true
  //    }
  //  },
    {
      "Memory": {
        "enable": true
      }
    },
     {
     	      "Battery": {
     	      	        "enable": true
     	      	              }
     },
  {
  	      "Network": {
  	      	        "enable": true,
  	      	        "data_refresh_interval": 2,
  	      	        "show_total_data_transmitted": true,
  	      	        "show_network_activity": true,
  	      	        "network_activity_fill_characters": 10
  	      	         }
      },
      {
      "Time": {
        "enable": true,
        "format": "TwentyFourHour"
      }
    },
      {
      	     "Date": {
      	     "enable": true,
      	     "format": "DayDateMonthYear"
      	     	     }
       }
   
  ]
}

Hotkey Configuration

default WHKD

Output of komorebic check

No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\MadMedic

Looking for configuration files in C:\Users\MadMedic

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

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

@madmedicnl madmedicnl added the bug Something isn't working label Nov 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