summaryrefslogtreecommitdiffstats
path: root/.config/i3status/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3status/config')
-rw-r--r--.config/i3status/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3status/config b/.config/i3status/config
index 7985398..563a1f4 100644
--- a/.config/i3status/config
+++ b/.config/i3status/config
@@ -6,7 +6,7 @@ general {
}
order += "wireless wlan0"
-order += "ethernet enp3s0"
+order += "ethernet enp4s0"
order += "volume master"
order += "disk /"
order += "memory"
@@ -19,7 +19,7 @@ wireless wlan0 {
format_down = ""
}
-ethernet enp3s0 {
+ethernet enp4s0 {
format_up = "Eth: %ip"
format_down = "Eth: N/A"
}