Change bmenu style
This commit is contained in:
parent
19524b20dd
commit
2e06252195
|
@ -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" \
|
||||||
|
|
|
@ -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}"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue