Opacity fixes and other aesthetic improvements

This commit is contained in:
Emmet 2023-08-27 08:43:50 -05:00
parent b2afc93c12
commit 5e0fabb257
7 changed files with 128 additions and 76 deletions

View file

@ -6,6 +6,6 @@
];
programs.alacritty.enable = true;
programs.alacritty.settings = {
window.opacity = lib.mkForce 0.9;
window.opacity = lib.mkForce 0.65;
};
}

View file

@ -6,6 +6,6 @@
];
programs.kitty.enable = true;
programs.kitty.settings = {
background_opacity = lib.mkForce "0.9";
background_opacity = lib.mkForce "0.65";
};
}