diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-06-01 22:21:53 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-06-01 22:21:53 +0200 |
| commit | cba107592ce68c71975328c0a80943b2f8127423 (patch) | |
| tree | 409fda5daa8e69d6c81b5d4b773a93a596dee498 /.i3status.conf | |
| parent | 39bcc0e9bf2b655849024ba28676145e794f538d (diff) | |
| parent | d5aa393bc951a7609aab3c3c22c473a9637ea983 (diff) | |
Merge bip.im:dotfiles
Diffstat (limited to '.i3status.conf')
| -rw-r--r-- | .i3status.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.i3status.conf b/.i3status.conf index df25313..c94a7da 100644 --- a/.i3status.conf +++ b/.i3status.conf @@ -14,7 +14,7 @@ general { order += "read_file hostname" #order += "ipv6" order += "wireless _first_" -#order += "ethernet _first_" +order += "ethernet _first_" order += "battery all" order += "disk /" #order += "disk /boot" @@ -35,10 +35,10 @@ wireless _first_ { format_down = "W: down" } -#ethernet _first_ { -# format_up = "E: %ip (%speed)" -# format_down = "E: down" -#} +ethernet _first_ { + format_up = "E: %ip (%speed)" + format_down = "E: down" +} battery all { last_full_capacity = true |
