idk I'm lazy

This commit is contained in:
KoenDR06 2026-02-10 21:25:25 +01:00
parent dfcea20497
commit 27d84c3a50
7 changed files with 79 additions and 13 deletions

View file

@ -16,6 +16,11 @@ in {
type = types.int;
default = 11;
};
opacity = mkOption {
type = types.number;
default = 0.5;
};
};
};
@ -24,7 +29,7 @@ in {
enable_audio_bell no
confirm_os_window_close 0
background_opacity 1.0
background_opacity ${toString cfg.opacity}
font_family family='CaskaydiaCove Nerd Font' postscript_name=CaskaydiaCoveNF-Light
bold_font family='CaskaydiaCove Nerd Font' style=SemiBold