diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 15:59:26 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 15:59:26 +0530 |
| commit | 54471f0faf2697e55e01ed4a276de0cd921a7c30 (patch) | |
| tree | dc661f9d2c1c2c623072f81fc6b97f9c2fb6c1aa /common/programs/btop.nix | |
| parent | 2709c6aa130f5eea8414573fa1a7c8a18607ad8d (diff) | |
Add noctalia niri and way to switch between my config and noxtalia easily
Diffstat (limited to 'common/programs/btop.nix')
| -rw-r--r-- | common/programs/btop.nix | 10 |
1 files changed, 9 insertions, 1 deletions
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; |
