aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/bemenurc
blob: 92b93c49154b918ad2319fc08aa98c1ce57eceeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
BEMENU_BACKEND=wayland

## define the font for dmenu to be used
BEMENU_FN="monospace 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"

BEMENU_MONITOR="-1"