dotfiles/.dmenurc
2018-12-06 01:13:20 +01:00

25 lines
520 B
Plaintext
Executable File

#
# ~/.dmenurc
#
## define the font for dmenu to be used
DMENU_FN="Noto-10.5"
## background colour for unselected menu-items
DMENU_NB="#2B2C2B"
## textcolour for unselected menu-items
DMENU_NF="#787878"
## background colour for selected menu-items
DMENU_SB="#2B2C2B"
## textcolour for selected menu-items
DMENU_SF="#F9F9F9"
## 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"