summaryrefslogtreecommitdiffstats
path: root/config/i3status
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-25 23:51:01 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-26 01:52:00 -0500
commit5d5405115ee1059a205d25ff972e12256d09a1b5 (patch)
tree387e4f45de7f4bcba093a0cb6a597d640224210d /config/i3status
parent449036cf4077218264b8235d0e9cd475f3fa20f3 (diff)
downloadconf-5d5405115ee1059a205d25ff972e12256d09a1b5.tar.gz
conf-5d5405115ee1059a205d25ff972e12256d09a1b5.zip
reconfigure various things for hornet
Diffstat (limited to 'config/i3status')
-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"
}