From 484c0b794400afbb992a245d0d9fbb5ee4fa9535 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Mon, 13 May 2024 22:03:03 +0200 Subject: [PATCH] Add tofi --- dot_config/tofi/config | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 dot_config/tofi/config diff --git a/dot_config/tofi/config b/dot_config/tofi/config new file mode 100644 index 0000000..48973b4 --- /dev/null +++ b/dot_config/tofi/config @@ -0,0 +1,51 @@ + +# Font +font = Lexend +font-size = 15 + +# Window Style +horizontal = true +anchor = top +width = 100% +height = 42 + +outline-width = 0 +border-width = 0 +min-input-width = 120 +result-spacing = 30 +padding-top = 8 +padding-bottom = 0 +padding-left = 14 +padding-right = 0 + +# Text style +prompt-text = "~>" +prompt-padding = 30 + +# macchiato +border-color = #f4dbd6 + +background-color = #1e203077 +text-color = #cad3f5 + +prompt-color = #1e2030 +prompt-background = #f4dbd6 +prompt-background-padding = 4, 10 +prompt-background-corner-radius = 5 + +input-color = #1e2030 +input-background = #f4dbd6 +input-background-padding = 4, 10 +input-background-corner-radius = 5 + +# alternate-result-background = #b8daf3 +alternate-result-background-padding = 4, 10 +alternate-result-background-corner-radius = 5 + +selection-color = #1e2030 +selection-background = #f4dbd6 +selection-background-padding = 4, 10 +selection-background-corner-radius = 5 +selection-match-color = #8087a2 + +clip-to-padding = false