Переглянути джерело

btop: use relative path to color theme

raylu 2 роки тому
батько
коміт
d072016621
1 змінених файлів з 3 додано та 2 видалено
  1. 3 2
      config/btop/btop.conf

+ 3 - 2
config/btop/btop.conf

@@ -2,7 +2,8 @@
 
 #* 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 = "/usr/share/btop/themes/dracula.theme"
+color_theme = "dracula.theme"
+
 
 #* If the theme set background should be shown, set to False if you want terminal background transparency.
 theme_background = True
@@ -209,4 +210,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"
+log_level = "WARNING"