diff options
author | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
commit | f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 (patch) | |
tree | d17c96714c930e0b8bc75616cc9c81b961ed5aa0 /tofi/config |
Initial Commit
Diffstat (limited to 'tofi/config')
-rw-r--r-- | tofi/config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tofi/config b/tofi/config new file mode 100644 index 0000000..ca63d6e --- /dev/null +++ b/tofi/config @@ -0,0 +1,18 @@ +anchor = top +width = 100% +height = 24 +horizontal = true +font-size = 11 +prompt-text = " run: " +font = mononoki Nerd Font Mono +outline-width = 0 +border-width = 0 +background-color = #000000 +text-color = #198844 +selection-color = #39c1ed +min-input-width = 120 +result-spacing = 15 +padding-top = 3 +padding-bottom = 0 +padding-left = 0 +padding-right = 0 |