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