meow meow meow

This commit is contained in:
zoe 2023-02-22 18:55:27 +01:00
parent 3d899de932
commit f1880df0de
2 changed files with 7 additions and 5 deletions

View File

@ -36,6 +36,8 @@ in {
fade = true;
fadeDelta = 2;
extraArgs = [ "--experimental-backends" ];
settings = {
};
};
programs.ssh.enable = true;
@ -49,8 +51,8 @@ in {
home.pointerCursor = {
x11.enable = true;
package = pkgs.catppuccin-cursors.frappePink;
name = "Catppuccin-Mocha-Pink-Cursors";
size = 64;
name = "Catppuccin-Frappe-Pink-Cursors";
size = 42;
};
gtk = {

View File

@ -6,14 +6,14 @@ let
background-color = mkLiteral config.color.background;
text-color = mkLiteral config.color.foreground;
margin = 4;
margin = 0;
padding = 4;
spacing = 4;
};
"window" = {
width = mkLiteral "66%";
height = mkLiteral "66%";
width = mkLiteral "100%";
height = mkLiteral "100%";
border = mkLiteral "4px";
border-color = mkLiteral config.color.green;
};