From 54471f0faf2697e55e01ed4a276de0cd921a7c30 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 6 Jun 2026 15:59:26 +0530 Subject: Add noctalia niri and way to switch between my config and noxtalia easily --- common/programs/btop.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'common/programs/btop.nix') diff --git a/common/programs/btop.nix b/common/programs/btop.nix index a030e3d..6600188 100644 --- a/common/programs/btop.nix +++ b/common/programs/btop.nix @@ -3,7 +3,15 @@ programs.btop = { enable = true; settings = { - color_theme = lib.optionalString config.beeMods.matugen.enable "matugen"; + color_theme = + if + config.beeMods.matugen.enable + && config.beeMods.windowManagers.beeConfig.enable + && !config.beeMods.windowManagers.noctalia + then + "matugen" + else + "noctalia"; theme_background = false; truecolor = true; vim_keys = true; -- cgit v1.3.1