Skip to content

Commit

Permalink
Remove empty checkboxes from rofi
Browse files Browse the repository at this point in the history
This is a change in `rofi` 1.7.4 and looks ugly in `rofimoji`. To
circumvent this, we remove the empty checkboxes again and get something
similar to the previous look.

Thanks to @alpheratz0 for finding the problematic commit!

Issue: #127
  • Loading branch information
fdw committed Sep 13, 2022
1 parent 6fb543e commit 8ca2f57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/picker/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def show_character_selection(
'-markup-rows',
'-i',
'-multi-select',
'-ballot-unselected-str',
'',
'-p',
prompt,
'-kb-custom-11',
Expand Down

0 comments on commit 8ca2f57

Please sign in to comment.