From 36037be231f99fb820afda0bf6c326af93a28ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 19 Jul 2022 23:11:50 -0300 Subject: [PATCH] add tray to waybar --- user/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user/home.nix b/user/home.nix index d42573e..df26a1a 100644 --- a/user/home.nix +++ b/user/home.nix @@ -181,7 +181,9 @@ in { modules-center = [ "clock" ]; - modules-right = []; + modules-right = [ + "tray" + ]; }]; style = '' /* {%@@ set bg_rgb = hex2rgb(color.bg) @@%} */