fix poly bar, use minified nvim to test out

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-27 22:57:22 -05:00
parent 647423692c
commit b2f0476412
6 changed files with 389 additions and 136 deletions

View file

@ -81,13 +81,7 @@
"Print" = "exec sh -c 'maim -s | xclip -selection clipboard -t image/png'";
};
bars = [
# {
# position = "top";
# statusCommand = "${pkgs.i3status}/bin/i3status";
# }
];
bars = [ ];
startup = [ ];
};
};