diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Config.hs | 2 | ||||
| -rw-r--r-- | src/lib/Monitors.hs | 9 | 
2 files changed, 3 insertions, 8 deletions
| diff --git a/src/lib/Config.hs b/src/lib/Config.hs index 6f2ee37..a4e5b2d 100644 --- a/src/lib/Config.hs +++ b/src/lib/Config.hs @@ -65,7 +65,7 @@ darkPalette = Palette { pNormal = zenburnFg                        , pBorder = "black" -- zenburnBackLight                        , pForeground = zenburnFg                        , pBackground = doomBack -- zenburnBack -                      , pAlpha = 0 +                      , pAlpha = 255                        , pIconRoot = icons "dark"                        , pIsLight = False                        } diff --git a/src/lib/Monitors.hs b/src/lib/Monitors.hs index ddea7e5..1441cf9 100644 --- a/src/lib/Monitors.hs +++ b/src/lib/Monitors.hs @@ -166,17 +166,12 @@ mail p = MailX [ ("I", "jao/inbox", pHigh p)                 , ("B", "bigml/inbox", pHigh p)                 , ("b", "bigml/bugs", pHigh p)                 , ("S", "bigml/support", "") +               , ("L", "bigml/lists", pDim p)                 , ("G", "jao/geiser", "")                 , ("X", "jao/xmobar", "") -               , ("e", "feeds/emacs", pDim p) -               , ("p", "feeds/papers", pDim p) -               , ("l", "feeds/lobsters", pDim p) -               , ("c", "feeds/computers", pDim p) -               , ("n", "feeds/news", pDim p) -               , ("L", "bigml/lists", pDim p)                 ]                 [ "-d", "~/var/mail" -               , "-p", fc (pLow p) (fni "\xf01c" ++ " ") +               , "-p", fc (pHigh p) $ fn 1 "⎘  " -- fc (pLow p) (fni "\xf01c" ++ " ")                 , "-s", " "                 ]                 "mail" | 
