Make alacritty background transparent

This commit is contained in:
Nathan McCarty 2023-06-16 23:50:43 -04:00
parent 7874797f87
commit 67bf01f74a
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@ in with lib; {
# Bigger on darwin
size = if pkgs.stdenv.isLinux then 10.0 else 12.0;
};
window = { opacity = 0.9; };
colors = {
primary = {
background = "0x181818";
@ -50,6 +51,7 @@ in with lib; {
cyan = "0x3fc5b7";
white = "0xdedede";
};
transparent_background_colors = true;
};
};
};

View File

@ -199,7 +199,7 @@ in with lib; {
# Notif bind
bind = $mainMod, T, exec, swaync-client -t -sw
## Floating window rules
## Window rules
# Gamescope
windowrulev2 = float,class:^(.gamescope-wrapped)$
windowrulev2 = noborder,class:^(.gamescope-wrapped)$