From 5d5405115ee1059a205d25ff972e12256d09a1b5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 25 Feb 2021 23:51:01 -0500 Subject: reconfigure various things for hornet --- config/i3status/config | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'config/i3status') diff --git a/config/i3status/config b/config/i3status/config index 4c2bcdd..4ebe442 100644 --- a/config/i3status/config +++ b/config/i3status/config @@ -4,10 +4,8 @@ general { } order += "cpu_usage" -order += "wireless wlp3s0" -order += "ethernet enp0s25" +order += "wireless wlp0s20f3" order += "battery 0" -order += "battery 1" order += "time" order += "load" @@ -15,14 +13,9 @@ cpu_usage { format = "CPU: %usage" } -wireless wlp3s0 { - format_up = "wlp3s0: (%essid: %quality)" - format_down = "wlp3s0" -} - -ethernet enp0s25 { - format_up = "enp0s25: (%speed)" - format_down = "enp0s25" +wireless wlp0s20f3 { + format_up = "wlp0s20f3: (%essid: %quality)" + format_down = "wlp0s20f3" } battery 0 { @@ -30,11 +23,6 @@ battery 0 { format = "%status %percentage (%remaining %consumption)" } -battery 1 { - last_full_capacity = true - format = "%status %percentage (%remaining %consumption)" -} - time { format = "%a %b %d %H:%M:%S" } -- cgit v1.2.3-54-g00ecf