Update .config/btop/btop.conf

Update .config/gtk-3.0/settings.ini
This commit is contained in:
2025-07-11 21:29:31 +02:00
parent 0fae49bb3c
commit 389bd51b06
2 changed files with 4 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
#* 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 = "Default"
color_theme = "/usr/share/btop/themes/adwaita.theme"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = False
theme_background = True
#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
truecolor = True
@@ -57,7 +57,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 = "command"
proc_sorting = "cpu lazy"
#* Reverse sorting order, True or False.
proc_reversed = False