[Textbox] Remove the dot indicator.

Weird hack from dmenu that dripped through rofi code-base for multi-select.
Change it so it is just a prefix to the string of ☐ and ☑.
This commit is contained in:
Dave Davenport
2022-07-23 20:21:00 +02:00
parent 7bd77684db
commit be6fe8ac61
9 changed files with 74 additions and 53 deletions

View File

@@ -180,6 +180,17 @@ The column separator. This is a regex.
*default*: '\t'
`-ballot-selected-str` *string*
When multi-select is enabled, prefix this string when element is selected.
*default*: "☑ "
`-ballot-unselected-str` *string*
When multi-select is enabled, prefix this string when element is not selected.
*default*: "☑ "
## RETURN VALUE