niri: adjust top gap

This commit is contained in:
Simon Gardling 2024-10-29 13:27:11 -04:00
parent 1f4141d43c
commit a704c3cf06
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 13 additions and 3 deletions

View File

@ -146,11 +146,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1730220530, "lastModified": 1730221053,
"narHash": "sha256-CRihEEXQNWxeo1uYmXWFR5RGUFiABbhFvuYX4RKX1J0=", "narHash": "sha256-jUBneD6xhjyIi5u0PqMKSUypaiTY9CBbsTBccPeywbo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "885c7a77d4d1762cf456d4a7a77cb7061d412221", "rev": "99fc8650b2e85bf36a3d5c629b63a332c707c0fe",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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