mirror of
https://github.com/artagaz/nix-config.git
synced 2026-06-22 02:02:09 +07:00
kitty fixed background opacity
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
};
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
background_opacity = lib.mkIf config.kitty.pywal.enable 0.85;
|
||||
remember_window_size = "no";
|
||||
};
|
||||
extraConfig = lib.mkIf config.kitty.pywal.enable ''
|
||||
include ~/.cache/wal/colors-kitty.conf
|
||||
background_opacity 0.85
|
||||
'';
|
||||
themeFile = "gruvbox-dark";
|
||||
themeFile = lib.mkIf (!config.kitty.pywal.enable) "Catppuccin-Mocha";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user