A simple NekoBox status bar module for Waybar.
- Active profile name
- Tooltip
- Connection count
- Download speed
- Upload speed
- Max download speed
- Max upload speed
- Total download
- Total upload
- Compile using
cargo build --release
, or download the binary from the releases page. - Enable NekoBox Clash API from
Preferences > Basic Settings > Core > Core Options > Enable Clash API
. - Enable remember last profile from
Program > Remember last profile
"custom/nekobar": {
"tooltip": true,
"exec": "/path/to/nekobar",
"return-type": "json",
}
Usage: nekobar [OPTIONS]
Options:
-p, --port <PORT> Clash API port [default: 9090]
-i, --interval <INTERVAL> Update interval in seconds [default: 1]
-h, --help Print help
-V, --version Print version