mirror of https://gitlab.com/ceda_ei/wish
966 B
966 B
Path Powerline
Shows the current path and whether it is writeable.
Features
- Powerline symbols used as path separators.
- Long paths are shrunk down to allow for more space for other plugins.
- e.g.
/usr/lib/systemd/system/
might get shortened to one of the following based on config + screen width:/u/l/s/system
,/u/l/systemd/system
or/u/lib/systemd/system
- This is configurable and disabled by default (check
max_perc
config) - Recommended value for
max_perc
is50
- e.g.
Add to wish
[plugin]
name = path
Config options
Key | Meaning | Default |
---|---|---|
no_write_suffix | Suffix if the current path is not writeable. | |
max_perc | Maximum percentage of screen width path should take. (0-100) | 0 (disabled) |