fix: spelling mistake in btop.conf

This commit is contained in:
daephx 2022-10-15 18:19:50 -07:00
parent 8a07bc43b4
commit 7943a0234a
3 changed files with 3 additions and 3 deletions

View file

@ -622,7 +622,7 @@ force_tty = False
#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
#* Use withespace " " as separator between different presets.
#* Use whitespace " " as separator between different presets.
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"

View file

@ -56,7 +56,7 @@ namespace Config {
{"presets", "#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.\n"
"#* Format: \"box_name:P:G,box_name:P:G\" P=(0 or 1) for alternate positions, G=graph symbol to use for box.\n"
"#* Use withespace \" \" as separator between different presets.\n"
"#* Use whitespace \" \" as separator between different presets.\n"
"#* Example: \"cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty\""},
{"vim_keys", "#* Set to True to enable \"h,j,k,l,g,G\" keys for directional control in lists.\n"

View file

@ -207,7 +207,7 @@ namespace Menu {
"P=(0 or 1) for alternate positions.",
"G=graph symbol to use for box.",
"",
"Use withespace \" \" as separator between",
"Use whitespace \" \" as separator between",
"different presets.",
"",
"Example:",