niri: adjust top gap
This commit is contained in:
parent
1f4141d43c
commit
a704c3cf06
6
home-manager/flake.lock
generated
6
home-manager/flake.lock
generated
@ -146,11 +146,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1730220530,
|
||||
"narHash": "sha256-CRihEEXQNWxeo1uYmXWFR5RGUFiABbhFvuYX4RKX1J0=",
|
||||
"lastModified": 1730221053,
|
||||
"narHash": "sha256-jUBneD6xhjyIi5u0PqMKSUypaiTY9CBbsTBccPeywbo=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "885c7a77d4d1762cf456d4a7a77cb7061d412221",
|
||||
"rev": "99fc8650b2e85bf36a3d5c629b63a332c707c0fe",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@ -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" ]; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user