commit e167c90c4a7ed735a882cb2b2444bff63248f7dc
parent dbed2994f1a89fe7e705e993094fb6ba9409690b
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 21 Dec 2018 19:48:22 +0100
i3: try to make the tray re-appear
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/profiles/i3.nix b/modules/profiles/i3.nix
@@ -104,7 +104,7 @@ in
mode = "hide";
position = "bottom";
statusCommand = "${pkgs.i3status}/bin/i3status";
- fonts = ["Fira Code 10"];
+ trayOutput = "primary";
}];
};
extraConfig = ''