first commit
This commit is contained in:
commit
8e85fe845b
22 changed files with 1449 additions and 0 deletions
74
tofi/config
Normal file
74
tofi/config
Normal file
|
@ -0,0 +1,74 @@
|
|||
# Fonts
|
||||
font = "JetBrains Mono Nerd Font"
|
||||
font-size = 12
|
||||
hint-font = true
|
||||
|
||||
# Text theming
|
||||
text-color = #CCCCCC
|
||||
prompt-color = #CCCCCC
|
||||
prompt-background = #00000000
|
||||
prompt-background-padding = 0
|
||||
prompt-background-corner-radius = 0
|
||||
placeholder-color = #666666
|
||||
placeholder-background = #00000000
|
||||
input-color = #CCCCCC
|
||||
input-background = #00000000
|
||||
default-result-color = #CCCCCC
|
||||
default-result-background = #00000000
|
||||
selection-color = #CCCCCC
|
||||
selection-background = #D55D7C
|
||||
selection-background-padding = 4
|
||||
selection-background-corner-radius = 0
|
||||
selection-match-color = #222222
|
||||
|
||||
# Text cursor theme
|
||||
text-cursor-style = block
|
||||
text-cursor-color = #CCCCCC
|
||||
text-cursor-corner-radius = 0
|
||||
text-cursor-thickness = 2
|
||||
|
||||
# Text layout
|
||||
prompt-text = ""
|
||||
placeholder-text = "Type to search..."
|
||||
num-results = 0
|
||||
result-spacing = 2
|
||||
horizontal = false
|
||||
min-input-width = 0
|
||||
|
||||
# Window theming
|
||||
width = 480
|
||||
height = 320
|
||||
background-color = #000000B3
|
||||
border-color = #D55D7CEE
|
||||
outline-width = 0
|
||||
border-width = 3
|
||||
corner-radius = 10
|
||||
padding-top = 10
|
||||
padding-bottom = 10
|
||||
padding-left = 15
|
||||
padding-right = 15
|
||||
clip-to-padding = true
|
||||
scale = true
|
||||
|
||||
# Window positioning
|
||||
output = ""
|
||||
anchor = center
|
||||
exclusive-zone = -1
|
||||
margin-top = 0
|
||||
margin-bottom = 0
|
||||
margin-left = 0
|
||||
margin-right = 0
|
||||
|
||||
# Behaviour
|
||||
hide-cursor = false
|
||||
text-cursor = true
|
||||
history = true
|
||||
fuzzy-match = true
|
||||
require-match = true
|
||||
auto-accept-single = false
|
||||
hide-input = false
|
||||
hidden-character = "*"
|
||||
drun-launch = false
|
||||
late-keyboard-init = false
|
||||
multi-instance = false
|
||||
ascii-input = false
|
Loading…
Add table
Add a link
Reference in a new issue