diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2023-10-27 13:52:56 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-10-27 13:52:56 +0530 | 
| commit | c9ff6c621e21e5804ef07b1f5be0395ffed5e43b (patch) | |
| tree | 3d969c436fa786d8d948431615f7528fe94c70ed /.config/tofi/config | |
| parent | 7437543114370944daab5195df0cec3ee40b10d5 (diff) | |
wayland config
Diffstat (limited to '')
| -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  | 
