From dbedbd9d41804acb7ad7577ca850401785fdf54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 14 Mar 2019 14:31:59 +0100 Subject: [PATCH] i3: bar bottom --- dot/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/i3.nix b/dot/i3.nix index be1b914..a4b039e 100644 --- a/dot/i3.nix +++ b/dot/i3.nix @@ -58,7 +58,7 @@ rec { workspaceButtons = false; fonts = [ "${terminalFont.name} ${toString terminalFont.size}" ]; mode = "hide"; - position = "top"; + # position = "top"; statusCommand = let i3status-config = pkgs.writeText "i3status.conf" ''