1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(i3): i3bar on bottom

This commit is contained in:
Kierán Meinhardt
2020-09-03 10:19:46 +02:00
parent 9e8ee5d0e0
commit ce502a9a23

View File

@@ -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;