aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/XMobarLog.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Rahm/Desktop/XMobarLog.hs')
-rw-r--r--src/Rahm/Desktop/XMobarLog.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Rahm/Desktop/XMobarLog.hs b/src/Rahm/Desktop/XMobarLog.hs
index 637670e..d0dcc4f 100644
--- a/src/Rahm/Desktop/XMobarLog.hs
+++ b/src/Rahm/Desktop/XMobarLog.hs
@@ -46,7 +46,7 @@ xMobarLogHook (XMobarLog xmproc) = do
hPutStrLn xmproc $ trunc 80 $ execWriter $ do
tell " "
tell layoutXpm
- tell $ " "
+ tell $ " "
forM_ wss $ \(t, ws) -> do
case t of
@@ -57,7 +57,7 @@ xMobarLogHook (XMobarLog xmproc) = do
tell $ toAction $ S.tag ws
tell " </fc></fn>"
- tell $ " <fc=#a0a0a0><fn=3>"
+ tell $ " <fc=#ff8888><fn=3>"
tell $ title
tell $ "</fn></fc>"