This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-29 01:56:14 +02:00
parent 43a2bf1fcb
commit 8fe70ec270
3 changed files with 11 additions and 9 deletions

View File

@@ -83,7 +83,7 @@
rice = rec {
lib = import ./nxlib/ricelib.nix { lib = nixpkgs.lib; };
transparency = 0.9;
transparency = 0.8;
rounding = 10;
gap-size = 10;
border-width = 3;
@@ -105,7 +105,7 @@
xcolor = with ccolor; {
background = black.dark;
foreground = white.base;
border = red.base;
border = green.base;
border2 = blue.base;
accent = magenta.base;
tertiary = blue.base;