diff options
author | Phil Jones <philj56@gmail.com> | 2022-11-16 13:36:25 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-11-16 13:36:25 +0000 |
commit | ca75d29bd2208ea7e2f5ccdb2b146953419be9b2 (patch) | |
tree | af56f7530f756a4d7ed96ca37a1d35bdceb83f7c /doc/config | |
parent | 25c0035ed0614ae334ae034ee90d7898c15e779f (diff) |
Add placeholder text options.
Diffstat (limited to 'doc/config')
-rw-r--r-- | doc/config | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -39,6 +39,9 @@ # Default text text-color = #FFFFFF + # Placeholder input text + placeholder-color = #FFFFFFA8 + # Selection text selection-color = #F92672 @@ -57,6 +60,9 @@ # Extra horizontal padding between prompt and input. prompt-padding = 0 + # Placeholder input text. + placeholder-text = "" + # Maximum number of results to display. # If 0, tofi will draw as many results as it can fit in the window. num-results = 0 |