table of contents
WAYPROMPT(5) | File Formats Manual | WAYPROMPT(5) |
NAME¶
config.ini - configuration file for wayprompt
DESCRIPTION¶
This manual page describes the configuration file used by all versions of wayprompt.
wayprompt uses the INI file format for configuration, meaning variable-value-assignments sorted into sections.
[section] # This is a comment variable = value;
On startup wayprompt will look for a file in the following locations, in this order:
- $XDG_CONFIG_HOME/wayprompt/config.ini (or $HOME/.config/wayprompt/config.ini should $XDG_CONFIG_HOME be unset)
- /etc/wayprompt/config.ini
SECTION: [general]¶
font-regular = <font description>;
font-large = <font description>;
button-inner-padding = <positive integer>;
vertical-padding = <positive integer>;
horizontal-padding = <positive integer>;
pin-square-size = <positive integer>;
pin-square-amount = <positive integer>;
border = <positive integer>;
pin-square-border = <positive integer>;
button-border = <positive integer>;
corner-radius = <positive integer>;
SECTION: [colours]¶
background = <colour>;
border = <colour>;
text = <colour>;
error-text = <colour>;
pin-background = <colour>;
pin-border = <colour>;
pin-square = <colour>;
ok-button = <colour>;
ok-button-border = <colour>;
ok-button-text = <colour>;
not-ok-button = <colour>;
not-ok-button-border = <colour>;
not-ok-button-text = <colour>;
cancel-button = <colour>;
cancel-button-border = <colour>;
cancel-button-text = <colour>;
AUTHOR¶
SEE ALSO¶
wayprompt(1), pinentry-wayprompt(1) wayprompt-ssh-askpass(1)
2023-06-03 | git.sr.ht/~leon_plickat/wayprompt |