diff options
Diffstat (limited to 'src/Rahm/Desktop/PromptConfig.hs')
| -rw-r--r-- | src/Rahm/Desktop/PromptConfig.hs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Rahm/Desktop/PromptConfig.hs b/src/Rahm/Desktop/PromptConfig.hs deleted file mode 100644 index a270644..0000000 --- a/src/Rahm/Desktop/PromptConfig.hs +++ /dev/null @@ -1,16 +0,0 @@ -module Rahm.Desktop.PromptConfig where - -import XMonad.Prompt - ( XPConfig (bgColor, fgColor, font, height, promptBorderWidth), - def, - ) - -xpConfig :: XPConfig -xpConfig = - def - { font = "xft:Source Code Pro:size=10", - bgColor = "#404040", - fgColor = "#8888ff", - promptBorderWidth = 0, - height = 40 - } |