diff options
| author | shipwreckt <me@shipwreckt.co.uk> | 2025-10-16 22:13:02 +0100 |
|---|---|---|
| committer | shipwreckt <me@shipwreckt.co.uk> | 2025-10-16 22:13:02 +0100 |
| commit | e63a16b509b05993fc7900b6296ba8601e343976 (patch) | |
| tree | b9e1d57e09a111981427bafe3b3223384e358830 /files/config/suckless/slstatus/config.h | |
| parent | e8b5675eb77aa20027f369ca278457b6a7c2e142 (diff) | |
More small changes, added thunderbird items.
Diffstat (limited to 'files/config/suckless/slstatus/config.h')
| -rw-r--r-- | files/config/suckless/slstatus/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/files/config/suckless/slstatus/config.h b/files/config/suckless/slstatus/config.h index d66e13a..21de753 100644 --- a/files/config/suckless/slstatus/config.h +++ b/files/config/suckless/slstatus/config.h @@ -66,10 +66,8 @@ static const char unknown_str[] = "n/a"; static const struct arg args[] = { /* function format argument */ - - /*{ netspeed_rx, " %s |", "eno0:" }, - { netspeed_tx, " %s |", "eno0:" }, */ - + { netspeed_rx, " %s |", "enp4s0" }, + { netspeed_tx, " %s |", "enp4s0" }, { cpu_perc, " CPU:%s%% |", NULL }, { ram_perc, " RAM:%s%% |", NULL }, { run_command, " :%4s | ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" }, |
