aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/bemenurc
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-04-02 14:22:19 +0300
committerYaroslav <contact@yaroslavps.com>2020-04-02 14:22:19 +0300
commit06ebba4c53dc2751a2aad1cbccb870bb7db6dc07 (patch)
tree3ed4a5006d7f66b54bcf7e32df2add4bcf9a5911 /dotfiles/.config/bemenurc
parent348fd5f7ffd4586b8599615dd453dcc61af3ace7 (diff)
downloadswayrice-06ebba4c53dc2751a2aad1cbccb870bb7db6dc07.tar.gz
swayrice-06ebba4c53dc2751a2aad1cbccb870bb7db6dc07.zip
HUGE home cleanup
Diffstat (limited to 'dotfiles/.config/bemenurc')
-rwxr-xr-xdotfiles/.config/bemenurc24
1 files changed, 24 insertions, 0 deletions
diff --git a/dotfiles/.config/bemenurc b/dotfiles/.config/bemenurc
new file mode 100755
index 0000000..22e7224
--- /dev/null
+++ b/dotfiles/.config/bemenurc
@@ -0,0 +1,24 @@
+
+BEMENU_BACKEND=wayland
+
+## define the font for dmenu to be used
+BEMENU_FN="BlexMonoNerdFontMono 10"
+
+## textcolour for title
+BEMENU_TF="#D8DEE9"
+
+## background colour for unselected menu-items
+BEMENU_NB="#1B1E25"
+
+## textcolour for unselected menu-items
+BEMENU_NF="#D8DEE9"
+
+## background colour for highlighted menu-items
+BEMENU_HB="#5B8277"
+
+## textcolour for highlighted menu-items
+BEMENU_HF="#E5E9F0"
+
+## command for the terminal application to be used:
+TERMINAL_CMD="terminal -e"
+