summary refs log tree commit diff
path: root/.config/bemenu.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/bemenu.conf')
-rw-r--r--.config/bemenu.conf50
1 files changed, 50 insertions, 0 deletions
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