summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Config.hs')
-rw-r--r--src/lib/Config.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/Config.hs b/src/lib/Config.hs
index 45904f4..4b4f160 100644
--- a/src/lib/Config.hs
+++ b/src/lib/Config.hs
@@ -5,7 +5,7 @@ import System.Environment (lookupEnv)
import Xmobar
defaultHeight :: Int
-defaultHeight = 22
+defaultHeight = 24
data Palette = Palette { pNormal :: String
, pLow :: String
@@ -25,7 +25,7 @@ lightPalette = Palette { pNormal = "black"
, pLow = "#4d4d4d"
, pHigh = "#a0522d"
, pFont = "xft:Source Code Pro Medium-9"
- , pBorder = "grey70"
+ , pBorder = "grey80"
, pForeground = "#000000"
, pBackground = "white"
, pAlpha = 0
@@ -58,9 +58,9 @@ baseConfig p = defaultConfig {
, alpha = (pAlpha p)
, additionalFonts = []
, overrideRedirect = True
- , lowerOnStart = True
- , allDesktops = True
+ , lowerOnStart = False
, hideOnStart = False
+ , allDesktops = True
, persistent = True
, sepChar = "|"
, alignSep = "{}"