0.9 opacity uwu
This commit is contained in:
parent
2c86143857
commit
633f548f8d
2 changed files with 6 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window = {
|
window = {
|
||||||
opacity = lib.mkForce 0.8;
|
|
||||||
dynamic_title = true;
|
dynamic_title = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -177,6 +177,12 @@ in {
|
||||||
stylix = {
|
stylix = {
|
||||||
image = ../images/demonslayer.png;
|
image = ../images/demonslayer.png;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
||||||
|
opacity = {
|
||||||
|
terminal = 0.9;
|
||||||
|
applications = 0.9;
|
||||||
|
desktop = 0.9;
|
||||||
|
popups = 0.9;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue