diff options
| author | JackJ30 <jackqjamison@proton.me> | 2025-03-12 23:46:06 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2025-03-12 23:46:06 -0400 |
| commit | def7b464a78f54ebdafa96ed520e7ed839bcb538 (patch) | |
| tree | 7bfdc5a9fe57f7fb1076b0d79d8aa8f4c77f40f8 | |
| parent | 9359d435fc913f1ad84840db316568cfb3e946d2 (diff) | |
more tofi styling and no more fastfetch
| -rw-r--r-- | .bashrc | 2 | ||||
| -rw-r--r-- | .config/tofi/config | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -9,7 +9,7 @@ export LFS=/mnt/lfs export CC=/usr/bin/clang export CXX=/usr/bin/clang++ -fastfetch + alias ls='ls --color=auto' alias grep='grep --color=auto' alias project='. project' diff --git a/.config/tofi/config b/.config/tofi/config index f19400b..3030bc9 100644 --- a/.config/tofi/config +++ b/.config/tofi/config @@ -142,13 +142,13 @@ ### Text layout # # Prompt to display. - prompt-text = "run: " + prompt-text = "" # Extra horizontal padding between prompt and input. prompt-padding = 0 # Placeholder input text. - placeholder-text = "" + placeholder-text = "Anything you desire..." # Maximum number of results to display. # If 0, tofi will draw as many results as it can fit in the window. @@ -180,13 +180,13 @@ outline-color = #080800 # Width of the border in pixels. - border-width = 2 + border-width = 5 # Border color border-color = #FFFFFF # Radius of window corners in pixels. - corner-radius = 15 + corner-radius = 20 # Padding between borders and text. Can be pixels or a percentage. padding-top = 8 |
