From b4780ef78da87ef989832bcf636fa416d5ed15c7 Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Wed, 13 Dec 2017 10:36:17 +0200 Subject: [PATCH] No colors for xmobar on the other screen --- lib/StatusBar.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/StatusBar.hs b/lib/StatusBar.hs index 3630562..066f7c5 100644 --- a/lib/StatusBar.hs +++ b/lib/StatusBar.hs @@ -38,7 +38,10 @@ killXmobar :: IO () killXmobar = return () otherPP = currentPP - { ppCurrent = xmobarColor S.blue S.base03 + { ppCurrent = xmobarColor S.foreground S.background + , ppVisible = xmobarColor S.foreground S.background + , ppHidden = xmobarColor S.foreground S.background + , ppHiddenNoWindows = xmobarColor S.backgroundhl S.background } currentPP = def