From 4cf33a1d92b5ecb4272433da4b9144e3d9fe00df Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 13:49:42 +0900 Subject: [PATCH] test --- home-manager/btop.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home-manager/btop.nix b/home-manager/btop.nix index f2d3455b..ed86cccf 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 = "$HOME/.config/btop/themes/gruvbox.theme" +color_theme = "~/.config/btop/themes/gruvbox.theme" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = True @@ -310,8 +310,6 @@ theme[download_end]="#a3a8f7" theme[upload_start]="#701c45" theme[upload_mid]="#b16286" theme[upload_end]="#d3869b" - - '';