summaryrefslogtreecommitdiff
path: root/.config/i3status
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3status')
-rw-r--r--.config/i3status/config10
1 files changed, 8 insertions, 2 deletions
diff --git a/.config/i3status/config b/.config/i3status/config
index 6e00b11..ee97759 100644
--- a/.config/i3status/config
+++ b/.config/i3status/config
@@ -13,6 +13,7 @@ general {
order += "ethernet br0"
order += "ethernet tun0"
+order += "ethernet wg0"
order += "cpu_temperature 0"
order += "disk /"
order += "load"
@@ -26,8 +27,13 @@ ethernet br0 {
}
ethernet tun0 {
- format_up = "VPN: %ip"
- format_down = "VPN: down"
+ format_up = "openVPN: %ip"
+ format_down = "openVPN: down"
+}
+
+ethernet wg0 {
+ format_up = "WG: %ip"
+ format_down = "WG: down"
}
cpu_temperature 0 {