update + nogaps

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-22 14:21:17 +02:00
parent 819f0a8079
commit f6b0f2585c
4 changed files with 71 additions and 93 deletions

View File

@@ -69,9 +69,9 @@
rice = rec {
lib = import ./nxlib/ricelib.nix { lib = nixpkgs.lib; };
transparency = 0.9;
rounding = 5;
gap-size = 10;
transparency = 0.8;
rounding = 0;
gap-size = 0;
border-width = 2;
color = rec {
background = "#000000";