лучше не лезьте

This commit is contained in:
2024-09-22 19:29:25 +04:00
parent 94e0023367
commit de3262e579
27 changed files with 1305 additions and 421 deletions

View File

@@ -8,7 +8,7 @@ color_theme = "Default"
theme_background = False
#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
truecolor = False
truecolor = True
#* Set to true to force tty mode regardless if a real tty has been detected or not.
#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols.
@@ -32,7 +32,7 @@ rounded_corners = True
#* "block" has half the resolution of braille but uses more common characters.
#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY.
#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view.
graph_symbol = "braille"
graph_symbol = "tty"
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
graph_symbol_cpu = "default"
@@ -53,7 +53,7 @@ graph_symbol_proc = "default"
shown_boxes = "cpu mem net proc"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 100
update_ms = 500
#* 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.

View File

@@ -8,3 +8,8 @@
2024/04/27 (01:33:15) | INFO: Logger set to INFO
2024/04/27 (01:33:17) | INFO: Logger set to INFO
2024/04/27 (01:33:17) | INFO: Logger set to DEBUG
2024/09/20 (16:23:18) | ===> btop++ v.1.3.2
2024/09/20 (16:23:18) | INFO: Logger set to INFO
2024/09/20 (16:23:19) | INFO: Logger set to DEBUG
2024/09/20 (16:23:19) | INFO: Logger set to INFO