niri: adjust top gap

This commit is contained in:
2024-10-29 13:27:11 -04:00
parent 1f4141d43c
commit a704c3cf06
2 changed files with 13 additions and 3 deletions

View File

@@ -20,6 +20,16 @@
};
};
layout = {
gaps = 16;
struts = {
# left = 16;
# right = 16;
top = -8;
# bottom = 16;
};
};
spawn-at-startup = [
# waybar (status bar)
{ command = [ "${pkgs.waybar}/bin/waybar" ]; }