@@ -6,12 +6,12 @@ A command-line, GUI app, android widget system information tool (or neofetch lik
6
6
7
7
NOTE: Arguments that takes [<bool>] values, the values can be either: "true", 1, "enable" or leave it empty. Any other value will be treated as false.
8
8
9
- -n, --no-logo [<bool>] Do not display the logo
10
- -N, --no-color [<bool>] Do not output and parse colors. Useful for stdout or pipe operations
11
- -L, --logo-only [<bool>] Print only the logo
9
+ -n, --no-logo= [<bool>] Do not display the logo
10
+ -N, --no-color= [<bool>] Do not output and parse colors. Useful for stdout or pipe operations
11
+ -L, --logo-only= [<bool>] Print only the logo
12
12
-s, --source-path <path> Path to the ascii art or image file to display
13
13
-C, --config <path> Path to the config file to use
14
- -a, --ascii-logo-type [<type>]
14
+ -a, --ascii-logo-type= [<type>]
15
15
The type of ASCII art to apply ("small" or "old").
16
16
Basically will add "_<type>" to the logo filename.
17
17
It will return the regular linux ascii art if it doesn't exist.
@@ -45,14 +45,14 @@ NOTE: Arguments that takes [<bool>] values, the values can be either: "true", 1,
45
45
Not availabile in the android widget app.
46
46
47
47
--bg-image <path> Path to image to be used in the background in the GUI app (put "disable" for disabling in the config)
48
- --wrap-lines [<bool>] Wrap lines when printing in terminal
48
+ --wrap-lines= [<bool>] Wrap lines when printing in terminal
49
49
--logo-padding-top <num> Padding of the logo from the top
50
50
--logo-padding-left <num> Padding of the logo from the left
51
51
--layout-padding-top <num> Padding of the layout from the top
52
52
--title-sep <string> A character (or string) to use in ${' $' } <builtin.title_sep>
53
53
--sep-reset <string> A character (or string) that when encountered, will automatically reset color
54
- --sep-reset-after [<bool>] Reset color either before or after 'sep-reset'
55
- --gen-config [<path>] Generate default config file to config folder (if path, it will generate to the path)
54
+ --sep-reset-after= [<bool>] Reset color either before or after 'sep-reset'
55
+ --gen-config= [<path>] Generate default config file to config folder (if path, it will generate to the path)
56
56
Will ask for confirmation if file exists already
57
57
58
58
--color <string> Replace instances of a color with another value.
@@ -481,7 +481,7 @@ fmt = "${'$'}{auto}Disk (%1): ${'$'}<disk(%1)>"
481
481
# removable = External disks (USB, SATA, ...)
482
482
# read-only = Disks with read-only filesystems
483
483
# hidden = Disks that are not really mounted by the user
484
- display-types = ["regular", "removable ", "read-only"]
484
+ display-types = ["regular", "external ", "read-only"]
485
485
486
486
# In some OSes such as NixOS or Android, there might be some directories that are bind mounted.
487
487
# Bind mounted directories create an additional view of an existing directory,
0 commit comments