From bb2874c7e9b69060027cc1437673a33617ca5998 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 12 Aug 2019 01:10:20 +0200
Subject: [PATCH] WIP.

---
 buster/home_files/eeepc/.config/i3status/config |  2 +-
 buster/home_files/user/.gitconfig               |  3 +++
 buster/home_files/x200s/.config/i3status/config | 15 +++++++++++----
 3 files changed, 15 insertions(+), 5 deletions(-)
 create mode 100644 buster/home_files/user/.gitconfig

diff --git a/buster/home_files/eeepc/.config/i3status/config b/buster/home_files/eeepc/.config/i3status/config
index 15c8fdd..207bef4 100644
--- a/buster/home_files/eeepc/.config/i3status/config
+++ b/buster/home_files/eeepc/.config/i3status/config
@@ -26,7 +26,7 @@ disk "/" {
 
 # How much space is left in /home/ ?
 disk "/home/" {
-  format = "/: %avail of %total"
+  format = "/home: %avail of %total"
   separator_block_width = 25
 }
 
diff --git a/buster/home_files/user/.gitconfig b/buster/home_files/user/.gitconfig
new file mode 100644
index 0000000..8967d25
--- /dev/null
+++ b/buster/home_files/user/.gitconfig
@@ -0,0 +1,3 @@
+[user]
+	email = c.heller@plomlompom.de
+	name = Christian Heller
diff --git a/buster/home_files/x200s/.config/i3status/config b/buster/home_files/x200s/.config/i3status/config
index 0acc8c9..256f174 100644
--- a/buster/home_files/x200s/.config/i3status/config
+++ b/buster/home_files/x200s/.config/i3status/config
@@ -8,8 +8,9 @@ general {
 
 # Selection / order of status elements.
 order += "disk /"
-order += "wireless wlp2s0"
-order += "ethernet enp1s0"
+order += "disk /home/"
+order += "wireless wls1"
+order += "ethernet enp0s25"
 order += "battery 0"
 order += "cpu_usage"
 order += "load"
@@ -23,15 +24,21 @@ disk "/" {
   separator_block_width = 25
 }
 
+# How much space is left in /home ?
+disk "/home/" {
+  format = "/home: %avail available of %total"
+  separator_block_width = 25
+}
+
 # WLAN status: show IP and connection quality or "down".
-wireless wlp2s0 {
+wireless wls1 {
   format_up = "w: (%quality at %essid) %ip"
   format_down = "w: down"
   separator_block_width = 10
 }
 
 # Ethernet status: show IP or "down".
-ethernet enp1s0 {
+ethernet enp0s25 {
   format_up = "e: %ip"
   format_down = "e: down"
   separator_block_width = 25
-- 
2.30.2