From 70abde6d16965bcf922789846dd0655584a4bfe5 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 4 Apr 2023 12:19:56 +0200 Subject: bin/menu: update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/bemenu.conf | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .config/bemenu.conf (limited to '.config') diff --git a/.config/bemenu.conf b/.config/bemenu.conf new file mode 100644 index 0000000..17654f1 --- /dev/null +++ b/.config/bemenu.conf @@ -0,0 +1,50 @@ +# vim: ft=bash +bemenu_opts=( +--ignorecase +--no-overlap +--monitor focused +--binding vim +--scrollbar autohide +--fn \"Iosevka 9\" + +# popup menu +--center +--width-factor 0.5 +--border 3 +--list 8 +--fixed-height +--wrap + +# start flavours +# normal +--nb "#0c0c0c" +--nf "#fffffb" +# alternate +--ab "#0c0c0c" +# --ab "#1c1c1c" +--af "#fffffb" +# title +--tb "#8a6bbe" +--tf "#fffffb" +# filter +--fb "#0c0c0c" +--ff "#fffffb" +# selection +--sb "#fad689" +--sf "#0c0c0c" +# highlighted +--hb "#8a6bbe" +--hf "#fffffb" +# scrollbar +--scb "#0c0c0c" +--scf "#1c1c1c" +# border +--bdr "#8a6bbe" +# feedback +--fbb "#cb1b45" +--fbf "#8a6bbe" +# end flavours +) +export BEMENU_OPTS=${bemenu_opts[*]} +export BEMENU_BACKEND=wayland +unset bemenu_opts -- cgit 1.4.1