From cc9f895ec53f97f1e9ee39451e6df812191ed2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 20 Jul 2022 23:08:00 -0300 Subject: [PATCH] =?UTF-8?q?atualizar=20a=20configura=C3=A7=C3=A3o=20do=20w?= =?UTF-8?q?aybar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/home.nix | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/user/home.nix b/user/home.nix index 6c92078..cf821d7 100644 --- a/user/home.nix +++ b/user/home.nix @@ -234,13 +234,17 @@ in { ]; "network" = { "interval"= 5; - "tooltip"=false; - "on-click"= "terminal iwd"; - "format-wifi"= "{icon}"; - "format-icons"=[ "" "" "" "" "" ]; - "format-ethernet"= ""; - "format-linked"= ""; - "format-disconnected"= ""; + "tooltip" = false; + "on-click" = "terminal iwd"; + "format-wifi" = "{icon}"; + "format-icons" = [ "" "" "" "" "" ]; + "format-ethernet" = ""; + "format-linked" = ""; + "format-disconnected" = ""; + }; + "tray" = { + "spacing" = 7; + "icon-size" = 19; }; }]; style = ''