refactor: Rewrite hostname, jobs and line_break module to use mo… (#462)

This commit is contained in:
Zhenhui Xie
2019-10-10 16:21:52 +08:00
committed by Matan Kushner
parent e858780eda
commit 57b38f17bb
8 changed files with 72 additions and 25 deletions
+1 -1
View File
@@ -573,7 +573,7 @@ more than the `threshold` config value, if it exists.
| Variable | Default | Description |
| ----------- | ------------- | ----------------------------------------------------- |
| `symbol` | `"✦ "` | The symbol used before displaying the number of jobs. |
| `symbol` | `"✦"` | The symbol used before displaying the number of jobs. |
| `threshold` | `1` | Show number of jobs if exceeded. |
| `style` | `"bold blue"` | The style for the module. |
| `disabled` | `false` | Disables the `jobs` module. |