diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-12-26 14:33:06 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-12-30 21:07:42 +0100 |
| commit | 4de5a217c25fe83bb54063f8d842b78c9e6d7fb3 (patch) | |
| tree | 0460bc0600492324f111524dfdff1ef85c9fbf8e /wallust/templates/fuzzel | |
| parent | ee2b01a3fff043a8b977385227c2659bbcf2e59a (diff) | |
| download | dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.tar.gz dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.zip | |
wallust
Diffstat (limited to '')
| -rw-r--r-- | wallust/templates/fuzzel (renamed from fuzzel/fuzzel.ini) | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/fuzzel/fuzzel.ini b/wallust/templates/fuzzel index a50f09b..5d388ee 100644 --- a/fuzzel/fuzzel.ini +++ b/wallust/templates/fuzzel @@ -16,7 +16,7 @@ icon-theme=Papirus # delayed-filter-ms=300 # delayed-filter-limit=20000 # show-actions=no -terminal=footclient -o pad=0x0 +terminal=foot -o pad=0x0 # launch-prefix=<not set> # list-executables-in-path=no @@ -44,21 +44,21 @@ image-size-ratio=0 # match-workers=<number of logical CPUs> [colors] -background=1e2030ff -text=cad3f5ff -prompt=ed8796ff -placeholder=a5adcbff -input=cad3f5ff -match=ed8796ff -selection=ed8796ff -selection-text=24273aff -selection-match=24273aff -counter=a5adcbff -border=363a4fff +background= {{background | strip}}FF +text= {{foreground | strip}}FF +prompt= {{color4 | strip}}FF +placeholder= {{color2 | strip}}FF +input= {{foreground | strip}}FF +match= {{color4 | strip}}FF +selection= {{color0 | strip}}FF +selection-text= {{color5 | strip}}FF +selection-match= {{color5 | strip}}FF +counter= {{color1 | strip}}FF +border= {{color1 | strip}}FF [border] width=2 -radius=10 +radius=0 [dmenu] # mode=text # text|index |
