mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-28 01:28:49 +01:00
stylix: Use single variable for opacity
This commit is contained in:
parent
71515560d8
commit
bcbadcfc23
@ -2,6 +2,7 @@
|
||||
|
||||
let
|
||||
theme = "oceanicnext";
|
||||
opacity = 0.92;
|
||||
in
|
||||
{
|
||||
stylix.image = ../assets/wallpaper.png;
|
||||
@ -9,8 +10,8 @@ in
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${theme}.yaml";
|
||||
|
||||
stylix.opacity = {
|
||||
terminal = 0.92;
|
||||
popups = 0.92;
|
||||
terminal = opacity;
|
||||
popups = opacity;
|
||||
};
|
||||
|
||||
stylix.fonts = {
|
||||
|
Loading…
Reference in New Issue
Block a user