diff --git a/programs/sway/status-configuration.nix b/programs/sway/status-configuration.nix index df51c8b8..ca74ee54 100644 --- a/programs/sway/status-configuration.nix +++ b/programs/sway/status-configuration.nix @@ -33,6 +33,16 @@ pkgs.writeText "configuration.toml" '' hide_missing = true hide_inactive = true + [[block]] + block = "net" + device = "wlp0s20f3" + ssid = true + signal_strength = true + speed_up = false + speed_down = false + hide_missing = true + hide_inactive = true + [[block]] block = "net" device = "enp0s31f6"