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 | |
| parent | 39bcc0e9bf2b655849024ba28676145e794f538d (diff) | |
| parent | d5aa393bc951a7609aab3c3c22c473a9637ea983 (diff) | |
Merge bip.im:dotfiles
| -rw-r--r-- | .i3status.conf | 10 | ||||
| -rw-r--r-- | .profile | 2 |
2 files changed, 6 insertions, 6 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 @@ -6,5 +6,5 @@ PATH=~/bin:$PATH:~/go/bin # Last action: auto start X11 when logged on first console case $HOSTNAME in -(swift) [ "$(tty)" != /dev/tty1 ] || exec startx ;; +(swift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;; esac |
