home · contact · privacy
WIP.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 11 Aug 2019 23:10:20 +0000 (01:10 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 11 Aug 2019 23:10:20 +0000 (01:10 +0200)
buster/home_files/eeepc/.config/i3status/config
buster/home_files/user/.gitconfig [new file with mode: 0644]
buster/home_files/x200s/.config/i3status/config

index 15c8fdd01c6cc03b0d3d322a036df5855e766a5d..207bef493cf0a1aa34e4b098dc363f68bfbbd10d 100644 (file)
@@ -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 (file)
index 0000000..8967d25
--- /dev/null
@@ -0,0 +1,3 @@
+[user]
+       email = c.heller@plomlompom.de
+       name = Christian Heller
index 0acc8c96f1ea5104eb58816d6d4c3bf2446cf77a..256f17416b7359bb39c099c3bbf01d7bbe5e4307 100644 (file)
@@ -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