From ce502a9a23ed6a1eb8c934c6abf84a7e6f930013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 3 Sep 2020 10:19:46 +0200 Subject: [PATCH] feat(i3): i3bar on bottom --- configs/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/i3.nix b/configs/i3.nix index 40af8f8..8f3936d 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -138,7 +138,7 @@ in with config.niveum; { workspaceButtons = false; fonts = [ "Monospace ${toString (config.niveum.fonts.size - 1)}" ]; mode = "hide"; # "dock" - position = "top"; + position = "bottom"; colors = rec { background = colours.background; separator = background;