From fc45c924e54214e0ccc6ef2660e626c1bf60a7b1 Mon Sep 17 00:00:00 2001 From: joygnu Date: Sun, 14 Jul 2024 22:14:30 +0200 Subject: [PATCH] opacity --- modules/stylix/default.nix | 60 ++++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/modules/stylix/default.nix b/modules/stylix/default.nix index 3992a64..95188c3 100644 --- a/modules/stylix/default.nix +++ b/modules/stylix/default.nix @@ -2,31 +2,41 @@ { stylix = { - enable = true; - base16Scheme = { - base00 = "282828"; - base01 = "3c3836"; - base02 = "504945"; - base03 = "665c54"; - base04 = "bdae93"; - base05 = "d5c4a1"; - base06 = "ebdbb2"; - base07 = "fbf1c7"; - base08 = "cc241d"; - base09 = "fe8019"; - base0A = "d78821"; - base0B = "98971a"; - base0C = "689d6a"; - base0D = "458588"; - base0E = "b16286"; - base0F = "d65d0e"; - }; - opacity.terminal = 0.8; - image = ./wallpaper.png; - targets.chromium.enable = false; - cursor.name = "Bibata-Modern-Ice"; - cursor.package = pkgs.bibata-cursors; - cursor.size = 24; + enable = true; + + base16Scheme = { + base00 = "282828"; + base01 = "3c3836"; + base02 = "504945"; + base03 = "665c54"; + base04 = "bdae93"; + base05 = "d5c4a1"; + base06 = "ebdbb2"; + base07 = "fbf1c7"; + base08 = "cc241d"; + base09 = "fe8019"; + base0A = "d78821"; + base0B = "98971a"; + base0C = "689d6a"; + base0D = "458588"; + base0E = "b16286"; + base0F = "d65d0e"; + }; + + image = ./wallpaper.png; + + opacity = { + terminal = 0.8; + applications = 0.8; + popups = 0.8; + }; + + cursor = { + name = "Bibata-Modern-Ice"; + package = pkgs.bibata-cursors; + size = 24; + }; + fonts = { sizes = { applications = 12;