fixed bemenu theme
This commit is contained in:
parent
335ea1f659
commit
ecc4e80749
2 changed files with 3 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
1
|
|
@ -24,8 +24,7 @@ MOZ_ENABLE_WAYLAND=1
|
|||
|
||||
|
||||
## BEMENU stuff
|
||||
BEMENU_OPTS= -n -i --tb "#2D2A2E" --tf "#AC9C6D" --fb "#2D2A2E" --nb "#2D2A2E" --ab "#2D2A2E" --hb "#2D2A2E" --hf "#AC9C6D" --line-height 30 "$@" --center --wrap --ignorecase --prompt '>' --list 12 --no-overlap --width-factor 0.5 --fn 'MesloLGS NF'
|
||||
# BEMENU_OPTS=-n -i --tb '#1e1e1e' --tf '#eaeaea' --fb '#1e1e1e' --nb '#1e1e1e' --ab '#1e1e1e' --hb '#4A5152'--hf '#AC966D' --line-height 30 --center --wrap --ignorecase --prompt '>' --list 12 --no-overlap --width-factor 0.5 --fn 'MesloLGS NF'
|
||||
BEMENU_OPTS= -ni -B 3 --bdr "#C1A550" --tb "#2A2A2A" --tf "#C1A550" --fb "#2A2A2A" --nb "#2A2A2A" --nf "#EDE6DB" --ab "#2A2A2A" --af "#EDE6DB" --hb "#2A2A2A" --hf "#C1A550" --line-height 30 "$@" --center --wrap --ignorecase --prompt '> $' --list 12 --no-overlap --width-factor 0.5 --fn 'MonoLisa Nerd Font Mono'
|
||||
|
||||
|
||||
BEMENU_BACKEND=wayland
|
||||
|
@ -43,3 +42,5 @@ XCURSOR_THEME=Breeze_Default
|
|||
XCURSOR_SIZE=24
|
||||
XKB_DEFAULT_LAYOUT=us,gr
|
||||
XKB_DEFAULT_VARIANT=
|
||||
|
||||
SSH_AUTH_SOCK = $XDG_RUNTIME_DIR/ssh-agent.socket
|
||||
|
|
Loading…
Reference in a new issue