aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/PromptConfig.hs
blob: 0db3027f5411bfc169165dff0a17274c7e781299 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
module Internal.PromptConfig where

import XMonad.Prompt

xpConfig :: XPConfig
xpConfig = def {
               font = "xft:Source Code Pro:size=10"
             , bgColor = "#404040"
             , fgColor = "#8888ff"
             , promptBorderWidth = 0
             , height = 40
             }