Make alacritty background transparent
This commit is contained in:
parent
7874797f87
commit
67bf01f74a
|
@ -25,6 +25,7 @@ in with lib; {
|
||||||
# Bigger on darwin
|
# Bigger on darwin
|
||||||
size = if pkgs.stdenv.isLinux then 10.0 else 12.0;
|
size = if pkgs.stdenv.isLinux then 10.0 else 12.0;
|
||||||
};
|
};
|
||||||
|
window = { opacity = 0.9; };
|
||||||
colors = {
|
colors = {
|
||||||
primary = {
|
primary = {
|
||||||
background = "0x181818";
|
background = "0x181818";
|
||||||
|
@ -50,6 +51,7 @@ in with lib; {
|
||||||
cyan = "0x3fc5b7";
|
cyan = "0x3fc5b7";
|
||||||
white = "0xdedede";
|
white = "0xdedede";
|
||||||
};
|
};
|
||||||
|
transparent_background_colors = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -199,7 +199,7 @@ in with lib; {
|
||||||
# Notif bind
|
# Notif bind
|
||||||
bind = $mainMod, T, exec, swaync-client -t -sw
|
bind = $mainMod, T, exec, swaync-client -t -sw
|
||||||
|
|
||||||
## Floating window rules
|
## Window rules
|
||||||
# Gamescope
|
# Gamescope
|
||||||
windowrulev2 = float,class:^(.gamescope-wrapped)$
|
windowrulev2 = float,class:^(.gamescope-wrapped)$
|
||||||
windowrulev2 = noborder,class:^(.gamescope-wrapped)$
|
windowrulev2 = noborder,class:^(.gamescope-wrapped)$
|
||||||
|
|
Loading…
Reference in New Issue