Skip to content

Commit

Permalink
Added .dmenurc
Browse files Browse the repository at this point in the history
  • Loading branch information
2KAbhishek committed Aug 9, 2019
1 parent 147d308 commit fd0e5ff
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .dmenurc
@@ -0,0 +1,20 @@
## define the font for dmenu to be used
DMENU_FN="Roboto-10.5"

## 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="#2391E3"

## textcolour for selected menu-items
DMENU_SF="#F9FAF9"

## command for the terminal application to be used:
TERMINAL_CMD="konsole -e"

## export our variables
DMENU_OPTIONS="-fn $DMENU_FN -nb $DMENU_NB -nf $DMENU_NF -sf $DMENU_SF -sb $DMENU_SB"

0 comments on commit fd0e5ff

Please sign in to comment.