From f28bea2c5d27e6d8095b8a11fc243810991a911f Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 12 Mar 2020 08:35:15 +0100 Subject: [PATCH] Network in status configuration --- programs/sway/status-configuration.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/programs/sway/status-configuration.nix b/programs/sway/status-configuration.nix index e9c1f5ae..df51c8b8 100644 --- a/programs/sway/status-configuration.nix +++ b/programs/sway/status-configuration.nix @@ -23,6 +23,25 @@ pkgs.writeText "configuration.toml" '' block = "focused_window" max_width = 100 + [[block]] + block = "net" + device = "wlp2s0" + ssid = true + signal_strength = true + speed_up = false + speed_down = false + hide_missing = true + hide_inactive = true + + [[block]] + block = "net" + device = "enp0s31f6" + ip = true + speed_up = false + speed_down = false + hide_missing = true + hide_inactive = true + [[block]] block = "battery"