dotfiles/.dmenurc

26 lines
554 B
Plaintext
Executable File

#
# ~/.dmenurc
#
## define the font for dmenu to be used
#DMENU_FN="Noto-10.5"
DMENU_FN="Fantasque Sans Mono-12.0"
## background colour for unselected menu-items
DMENU_NB="#222D31"
## textcolour for unselected menu-items
DMENU_NF="#F9FAF9"
## background colour for selected menu-items
DMENU_SB="#16A085"
## textcolour for selected menu-items
DMENU_SF="#F9FAF9"
## command for the terminal application to be used:
TERMINAL_CMD="kitty -e"
## export our variables
DMENU_OPTIONS="-fn $DMENU_FN -nb $DMENU_NB -nf $DMENU_NF -sf $DMENU_SF -sb $DMENU_SB"