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;