Skip to content

Module: Network

DreamMaoMao edited this page Aug 29, 2026 · 1 revision

Module: Network

Shows the active interface name. Clicking toggles between the normal format and live up/down speeds (KB/s below 1MB/s, MB/s otherwise).

"modules-right": ["network"],

"network": {
    "format": "󰈀 {ifname}",
    "format-alt": "↓{down} ↑{up}"
}

Options

Option Type Default Description
format string {ifname} Normal format
format-alt string Speed format; toggled by left click

Placeholders

Placeholder Description
{} / {ifname} Active interface name
{down} Current download speed (alt format only)
{up} Current upload speed (alt format only)

Styling

#network {
    background: linear-gradient(to top, #b8bb26, mix(#b8bb26, #fbf1c7, 0.3));
    color: #1b1a1a;
}

Clone this wiki locally