From cc20c4ab79400969d0710e96920918da29323441 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 13:51:06 +0900 Subject: [PATCH] test --- home-manager/btop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/btop.nix b/home-manager/btop.nix index ed86cccf..4dc6aca2 100644 --- a/home-manager/btop.nix +++ b/home-manager/btop.nix @@ -5,7 +5,7 @@ #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" -color_theme = "~/.config/btop/themes/gruvbox.theme" +color_theme = "gruvbox.theme" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = True