Compare commits

...

2 Commits

Author SHA1 Message Date
6e7c4e0dce
niri: focus-ring! 2024-10-29 13:37:44 -04:00
a704c3cf06
niri: adjust top gap 2024-10-29 13:27:11 -04:00
2 changed files with 19 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,22 @@
}; };
}; };
layout = {
gaps = 16;
struts = {
# left = 16;
# right = 16;
top = -8;
# bottom = 16;
};
focus-ring = {
enable = true;
active = {
color = "pink";
};
};
};
spawn-at-startup = [ spawn-at-startup = [
# waybar (status bar) # waybar (status bar)
{ command = [ "${pkgs.waybar}/bin/waybar" ]; } { command = [ "${pkgs.waybar}/bin/waybar" ]; }