summaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
Diffstat (limited to 'i3status.conf')
-rw-r--r--i3status.conf16
1 files changed, 12 insertions, 4 deletions
diff --git a/i3status.conf b/i3status.conf
index 0f96e5e..cd32b2f 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -6,22 +6,30 @@ general {
interval = 5
}
-order += "wireless wlan0"
-order += "ethernet eth0"
+__DEF__WIFI_START__
+order += "wireless __NIF_WIFI__"
+__DEF__WIFI_END__
+__DEF__ETH_START__
+order += "ethernet __NIF_ETH__"
+__DEF__ETH_END__
order += "battery 0"
order += "load"
order += "volume master"
order += "tztime local"
-wireless wlan0 {
+__DEF__WIFI_START__
+wireless __NIF_WIFI__ {
format_up = "W: (%quality at %essid, %bitrate) %ip"
format_down = "W: down"
}
+__DEF__WIFI_END__
-ethernet eth0 {
+__DEF__ETH_START__
+ethernet __NIF_ETH__ {
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
+__DEF__ETH_END__
battery 0 {
# show battery capacity in relation to last full capacity instead of the design capacity