0.9 opacity uwu

This commit is contained in:
Tristan 2024-02-13 22:55:19 +00:00
parent 2c86143857
commit 633f548f8d
2 changed files with 6 additions and 1 deletions

View file

@ -12,7 +12,6 @@
enable = true;
settings = {
window = {
opacity = lib.mkForce 0.8;
dynamic_title = true;
};
};

View file

@ -177,6 +177,12 @@ in {
stylix = {
image = ../images/demonslayer.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
opacity = {
terminal = 0.9;
applications = 0.9;
desktop = 0.9;
popups = 0.9;
};
};
nixpkgs.overlays = [