dmenu/dmenurc

26 lines
591 B
Plaintext
Executable File

#
# ~/.dmenurc
#
## define the font for dmenu to be used
# DMENU_FN="xft:terminus:pixelsize=14"
DMENU_FN="SourceSerifPro:size=14:weight=SemiBold"
## background colour for unselected menu-items
DMENU_NB="#272727"
## textcolour for unselected menu-items
DMENU_NF="#777777"
## background colour for selected menu-items
DMENU_SB="#272727"
## textcolour for selected menu-items
DMENU_SF="#ffffff"
## command for the terminal application to be used:
TERMINAL_CMD="terminal -e"
## export our variables
DMENU_OPTIONS="-i -fn $DMENU_FN -nb $DMENU_NB -nf $DMENU_NF -sf $DMENU_SF -sb $DMENU_SB"