diff options
Diffstat (limited to 'btop')
| -rw-r--r-- | btop/.config/btop/btop.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/btop/.config/btop/btop.conf b/btop/.config/btop/btop.conf index 5f98ac1..51c550e 100644 --- a/btop/.config/btop/btop.conf +++ b/btop/.config/btop/btop.conf @@ -2,7 +2,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/bh/.config/btop/themes/theal.theme" +color_theme = "/usr/share/btop/themes/theal.theme" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = false @@ -60,7 +60,7 @@ update_ms = 2000 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "memory" +proc_sorting = "cpu direct" #* Reverse sorting order, True or False. proc_reversed = false @@ -199,7 +199,7 @@ disk_free_priv = false show_io_stat = true #* Toggles io mode for disks, showing big graphs for disk read/write speeds. -io_mode = false +io_mode = true #* Set to True to show combined read/write io graphs in io mode. io_graph_combined = false |
