mirror of
https://github.com/kmein/niveum
synced 2026-03-22 21:01:07 +01:00
feat(i3): i3bar on bottom
This commit is contained in:
@@ -138,7 +138,7 @@ in with config.niveum; {
|
|||||||
workspaceButtons = false;
|
workspaceButtons = false;
|
||||||
fonts = [ "Monospace ${toString (config.niveum.fonts.size - 1)}" ];
|
fonts = [ "Monospace ${toString (config.niveum.fonts.size - 1)}" ];
|
||||||
mode = "hide"; # "dock"
|
mode = "hide"; # "dock"
|
||||||
position = "top";
|
position = "bottom";
|
||||||
colors = rec {
|
colors = rec {
|
||||||
background = colours.background;
|
background = colours.background;
|
||||||
separator = background;
|
separator = background;
|
||||||
|
|||||||
Reference in New Issue
Block a user