diff --git a/modules/btop/hm.nix b/modules/btop/hm.nix index 434ce201..8a06228f 100644 --- a/modules/btop/hm.nix +++ b/modules/btop/hm.nix @@ -7,7 +7,10 @@ in { config = lib.mkIf config.stylix.targets.btop.enable { - programs.btop.settings.color_theme = "stylix"; + programs.btop.settings = { + color_theme = "stylix"; + theme_background = lib.mkIf (config.stylix.opacity.terminal != 1.0) false; + }; xdg.configFile."btop/themes/stylix.theme".text = with colors; '' #Generated by Stylix