mod (fuzzel): set colorscheme and settings
This commit is contained in:
parent
78555ac182
commit
6b3926e128
2 changed files with 42 additions and 1 deletions
|
@ -1,4 +1,44 @@
|
||||||
[main]
|
[main]
|
||||||
icons-enables = yes
|
icons-enabled = yes
|
||||||
|
; icon-theme = default
|
||||||
show-actions = yes
|
show-actions = yes
|
||||||
|
fields = filename,name,generic,exec,categories,keywords
|
||||||
terminal = $TERMINAL -e
|
terminal = $TERMINAL -e
|
||||||
|
use-bold = yes
|
||||||
|
placeholder = put it in >-<
|
||||||
|
prompt = "._. "
|
||||||
|
; icon-theme = default
|
||||||
|
; anchor = center
|
||||||
|
; x-margin = 0
|
||||||
|
; y-margin = 0
|
||||||
|
lines = 20
|
||||||
|
minimal-lines = true
|
||||||
|
width = 40
|
||||||
|
tabs = 4
|
||||||
|
horizontal-pad = 40
|
||||||
|
vertical-pad = 20
|
||||||
|
inner-pad = 5
|
||||||
|
image-size-ratio = 0.5
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
background = 061414FF
|
||||||
|
text = EEEEEEFF
|
||||||
|
prompt = 8FFCBBFF
|
||||||
|
placeholder = 7A7A7AFF
|
||||||
|
input = 8FFCBBFF
|
||||||
|
match = 00FCEBFF
|
||||||
|
selection = BDFCF8FF
|
||||||
|
selection-text = 000000FF
|
||||||
|
selection-match = F97A7AFF
|
||||||
|
counter =
|
||||||
|
border = EEEEEEFF
|
||||||
|
|
||||||
|
[border]
|
||||||
|
width = 2
|
||||||
|
radius = 10
|
||||||
|
|
||||||
|
[dmenu]
|
||||||
|
mode = text
|
||||||
|
exit-immediately-if-empty = no
|
||||||
|
|
||||||
|
[key-bindings]
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
## Software
|
## Software
|
||||||
- ly (dm)
|
- ly (dm)
|
||||||
- niri (WM)
|
- niri (WM)
|
||||||
|
- fuzzel (launcher)
|
||||||
- ironbar (...bar)
|
- ironbar (...bar)
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
|
|
Loading…
Reference in a new issue