.dmenurc 526 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# ~/.dmenurc
#
 
## define the font for dmenu to be used
DMENU_FN="Noto-10.5"
 
## background colour for unselected menu-items
DMENU_NB="#4a4a4a"
 
## textcolour for unselected menu-items
DMENU_NF="#F9FAF9"
 
## background colour for selected menu-items
DMENU_SB="#eb564d"
 
## textcolour for selected menu-items
DMENU_SF="#F9FAF9"
 
## command for the terminal application to be used:
TERMINAL_CMD="terminal -e"
 
## export our variables
DMENU_OPTIONS="-fn $DMENU_FN -nb $DMENU_NB -nf $DMENU_NF -sf $DMENU_SF -sb $DMENU_SB"