diff --git a/dot_config/btop/btop.conf b/dot_config/btop/btop.conf.tmpl similarity index 97% rename from dot_config/btop/btop.conf rename to dot_config/btop/btop.conf.tmpl index 8c39dab..8ba6864 100644 --- a/dot_config/btop/btop.conf +++ b/dot_config/btop/btop.conf.tmpl @@ -2,7 +2,14 @@ #* 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" + +{{ if eq .chezmoi.os "darwin" -}} +# macOS .bashrc contents +color_theme = "/opt/homebrew/Cellar/btop/1.2.13/share/btop/themes/flat-remix.theme +{{ else if eq .chezmoi.os "linux" -}} +# Linux .bashrc contents color_theme = "/usr/share/btop/themes/flat-remix.theme" +{{ end -}} #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = True @@ -209,4 +216,4 @@ selected_battery = "Auto" #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. -log_level = "WARNING" \ No newline at end of file +log_level = "WARNING"