From eec1d53ad64dcc89f15de48f6293cea333289c03 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 20 Jun 2025 16:18:32 +0200 Subject: [PATCH] modifies tofi config --- .config/tofi/config | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.config/tofi/config b/.config/tofi/config index 142cd00..aea669a 100644 --- a/.config/tofi/config +++ b/.config/tofi/config @@ -1,4 +1,4 @@ -font = Fanwood Text +font = Roboto Sans font-size = 32 outline-width = 0 @@ -8,21 +8,18 @@ padding-top = 22% padding-right = 0 padding-bottom = 0 -background-color = #111 +background-color = #FFF text-color = #f9fbff selection-color = #933 width = 100% height = 100% -hide-cursor = true -text-color = #cdd6f4 -prompt-color = #f38ba8 -selection-color = #f9e2af -background-color = #1e1e2eAA +hide-cursor = false +text-color = #ffffff77 +prompt-color = #ffffff77 +selection-color = #ffffff +background-color = #00000099 -# -### Behaviour -# - hide-cursor = true - history = true +history = true + \ No newline at end of file