diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-04-10 13:26:16 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-04-10 13:26:16 -0600 |
| commit | fada61902291aeb29914fff288301a8c487c4ecd (patch) | |
| tree | 047655195f50efcbd51db8f825acf589dc6abead /src/Internal/PromptConfig.hs | |
| parent | bf2e2459f800f953d95681a937051fcf56ac79aa (diff) | |
| download | rde-fada61902291aeb29914fff288301a8c487c4ecd.tar.gz rde-fada61902291aeb29914fff288301a8c487c4ecd.tar.bz2 rde-fada61902291aeb29914fff288301a8c487c4ecd.zip | |
Rename Internal to Rahm.Desktop
Diffstat (limited to 'src/Internal/PromptConfig.hs')
| -rw-r--r-- | src/Internal/PromptConfig.hs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Internal/PromptConfig.hs b/src/Internal/PromptConfig.hs deleted file mode 100644 index 0db3027..0000000 --- a/src/Internal/PromptConfig.hs +++ /dev/null @@ -1,12 +0,0 @@ -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 - } |