From ecd92d92380f3272e876cd9ee9e47e461a0b84d2 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 7 Oct 2020 13:39:30 +0200 Subject: [PATCH] Status bar blocks changes --- configurations/sway/status-configuration.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/configurations/sway/status-configuration.nix b/configurations/sway/status-configuration.nix index 7bd84c08..ee2ad600 100644 --- a/configurations/sway/status-configuration.nix +++ b/configurations/sway/status-configuration.nix @@ -41,10 +41,6 @@ pkgs.writeText "configuration.toml" '' [icons] name = "awesome" - [[block]] - block = "focused_window" - max_width = 100 - [[block]] block = "net" device = "wlp2s0" @@ -74,6 +70,15 @@ pkgs.writeText "configuration.toml" '' hide_missing = true hide_inactive = true + [[block]] + block = "net" + device = "enp0s20f0u1u2" + ip = true + speed_up = false + speed_down = false + hide_missing = true + hide_inactive = true + [[block]] block = "battery"