summaryrefslogtreecommitdiffstats
path: root/config/i3status/config
diff options
context:
space:
mode:
Diffstat (limited to 'config/i3status/config')
-rw-r--r--config/i3status/config20
1 files changed, 4 insertions, 16 deletions
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"
}