diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-23 18:04:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-23 18:04:00 +0900 |
| commit | d6e40c3b67400d4f07532a396e5996f3e1055022 (patch) | |
| tree | fd50ba2b0fdc141a6c8293ff236aa6c02233ee8d /config/btop | |
| parent | 687d01c4100f910dbbf18c1aeaceb33db1343a8e (diff) | |
| parent | 564dce03af3b8abee8ce9ff2abe5d98f5e1daf0d (diff) | |
Merge pull request #97 from JaKooLit/Development
Development to Main
Diffstat (limited to 'config/btop')
| -rw-r--r-- | config/btop/btop.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/btop/btop.conf b/config/btop/btop.conf index 0c84c891..6dd3a125 100644 --- a/config/btop/btop.conf +++ b/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 = "catppuccin_macchiato.theme" +color_theme = "$HOME/.config/btop/themes/catppuccin_macchiato.theme" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = False @@ -54,7 +54,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 = "cpu lazy" +proc_sorting = "cpu direct" #* Reverse sorting order, True or False. proc_reversed = False |
