aboutsummaryrefslogtreecommitdiffstats
path: root/i3status_config
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-04 12:29:16 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-04 12:29:16 +0000
commit128096acf580799da3617dc16b4a5c69f65b6e4c (patch)
tree5b5284f32e294c5782f9be8c02a92e26ba7e92bd /i3status_config
parenta067c11db77eb039e280bb6903d37cee7c3058e1 (diff)
Big bundle of changes!
Diffstat (limited to '')
-rw-r--r--i3status_config15
1 files changed, 12 insertions, 3 deletions
diff --git a/i3status_config b/i3status_config
index 598079c..ed64fbe 100644
--- a/i3status_config
+++ b/i3status_config
@@ -11,10 +11,19 @@ general {
interval = 5
}
+
+
+order += "ethernet br0"
+ethernet br0 {
+ format_up = "E: br0: %ip"
+ format_down = " br0 down"
+}
+
# order += "ipv6"
-order += "wireless _first_"
-order += "ethernet _first_"
-order += "battery all"
+#order += "wireless _first_"
+order += "ethernet"
+#order += "ethernet _first_"
+#order += "battery all"
# order += "disk /"
# order += "load"
order += "memory"