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"