@@ -6,12 +6,12 @@ A command-line, GUI app, android widget system information tool (or neofetch lik
66
77NOTE: 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.
88
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
1212 -s, --source-path <path> Path to the ascii art or image file to display
1313 -C, --config <path> Path to the config file to use
14- -a, --ascii-logo-type [<type>]
14+ -a, --ascii-logo-type= [<type>]
1515 The type of ASCII art to apply ("small" or "old").
1616 Basically will add "_<type>" to the logo filename.
1717 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,
4545 Not availabile in the android widget app.
4646
4747 --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
4949 --logo-padding-top <num> Padding of the logo from the top
5050 --logo-padding-left <num> Padding of the logo from the left
5151 --layout-padding-top <num> Padding of the layout from the top
5252 --title-sep <string> A character (or string) to use in ${' $' } <builtin.title_sep>
5353 --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)
5656 Will ask for confirmation if file exists already
5757
5858 --color <string> Replace instances of a color with another value.
@@ -481,7 +481,7 @@ fmt = "${'$'}{auto}Disk (%1): ${'$'}<disk(%1)>"
481481# removable = External disks (USB, SATA, ...)
482482# read-only = Disks with read-only filesystems
483483# hidden = Disks that are not really mounted by the user
484- display-types = ["regular", "removable ", "read-only"]
484+ display-types = ["regular", "external ", "read-only"]
485485
486486# In some OSes such as NixOS or Android, there might be some directories that are bind mounted.
487487# Bind mounted directories create an additional view of an existing directory,
0 commit comments