diff options
Diffstat (limited to '.config/tofi/config')
| -rw-r--r-- | .config/tofi/config | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/tofi/config b/.config/tofi/config new file mode 100644 index 0000000..3ea7c54 --- /dev/null +++ b/.config/tofi/config @@ -0,0 +1,24 @@ +font = UbuntuMono Nerd Font +font-size = 16 + +background-color = #000D +text-color = #67676b +selection-color = #f2f0fa +prompt-color = #f2f0fa +input-color = #f2f0fa + +prompt-text = "Applications > " +num-results = 10 +result-spacing = 25 + +width = 100% +height = 100% + +border-width = 0 +outline-width = 0 + +padding-left = 35% +padding-top = 30% + +drun-launch = true +matching-algorithm = fuzzy |
