diff options
| author | silly <u65487754@gmail.com> | 2026-03-08 03:15:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-08 03:15:33 +0100 |
| commit | 45d592c774354c5628dccf1cdfbc56efe4e4bfd2 (patch) | |
| tree | d7c8f6df4860241095d1566159655f9a27a8bdaa | |
| parent | 0257d8c0d187a7b80b9881426fa7d1e5e601ae0a (diff) | |
Create fuzzel.ini
| -rw-r--r-- | .config/fuzzel/fuzzel.ini | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini new file mode 100644 index 0000000..761a0a5 --- /dev/null +++ b/.config/fuzzel/fuzzel.ini @@ -0,0 +1,30 @@ +[main] +font=JetBrainsMono Nerd Font:size=12 +dpi-aware=no + +width=30 +lines=6 +anchor=center +y-margin=20 +horizontal-pad=10 +vertical-pad=8 +inner-pad=2 + +icons-enabled=no + +[colors] +background=1F1F1FFF +border=FFFFFFFF +text=FFFFFFFF +message=CCCCCCFF +prompt=FFFFFFFF +placeholder=808080FF +input=FFFFFFFF +match=FFFFFFFF +selection=CCCCCCFF +selection-text=000000FF +selection-match=000000FF + +[border] +width=1 +radius=0 |
