Change bmenu style

This commit is contained in:
Leonardo Eugênio 2023-01-21 16:06:23 -03:00
parent 19524b20dd
commit 2e06252195
2 changed files with 6 additions and 2 deletions

View file

@ -35,10 +35,13 @@ end
exec dhist wrap -- bemenu \ exec dhist wrap -- bemenu \
$focused_output\ $focused_output\
--ignorecase\ --ignorecase\
--bottom\ --border 2\
--center\
--width-factor 0.5\
--no-overlap\ --no-overlap\
--list 20\ --list 30\
--prefix '>'\ --prefix '>'\
--bdr "$bdr"\
--fn "$fn"\ --fn "$fn"\
--tb "$tb" --tf "$tf" \ --tb "$tb" --tf "$tf" \
--fb "$fb" --ff "$ff" \ --fb "$fb" --ff "$ff" \

View file

@ -18,6 +18,7 @@ in {
set af "${color.txt}" set af "${color.txt}"
set hb "${accent.color}" set hb "${accent.color}"
set hf "${accent.fg}" set hf "${accent.fg}"
set bdr "${accent.color}"
''; '';
}; };
} }