summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-06-01 22:21:53 +0200
committerMarc Vertes <mvertes@free.fr>2020-06-01 22:21:53 +0200
commitcba107592ce68c71975328c0a80943b2f8127423 (patch)
tree409fda5daa8e69d6c81b5d4b773a93a596dee498
parent39bcc0e9bf2b655849024ba28676145e794f538d (diff)
parentd5aa393bc951a7609aab3c3c22c473a9637ea983 (diff)
Merge bip.im:dotfiles
-rw-r--r--.i3status.conf10
-rw-r--r--.profile2
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
diff --git a/.profile b/.profile
index 0db42b4..3a407f5 100644
--- a/.profile
+++ b/.profile
@@ -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