diff options
author | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2015-09-14 20:49:04 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2015-09-14 20:49:04 +0200 |
commit | ae9181f436319dd88a08a039eb8b536b3229ee0b (patch) | |
tree | bdd3852e47e86bdf726e6450835aa6b208f2836e | |
parent | 34b42a126a0fa282dc1929d7a584b8e368c21e4b (diff) | |
download | xmonad-config-ae9181f436319dd88a08a039eb8b536b3229ee0b.tar.gz xmonad-config-ae9181f436319dd88a08a039eb8b536b3229ee0b.tar.xz xmonad-config-ae9181f436319dd88a08a039eb8b536b3229ee0b.zip |
A little bit more space in the prompt
-rw-r--r-- | xmonad.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -266,6 +266,7 @@ alexTheme = defaultTheme alexXPConfig :: XPConfig alexXPConfig = P.defaultXPConfig { P.font = font + , P.height = 20 } historyGridConfig :: HasColorizer a => GSConfig a |