summaryrefslogtreecommitdiffhomepage
path: root/src/TopC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/TopC.hs')
-rw-r--r--src/TopC.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/TopC.hs b/src/TopC.hs
index 894fd98..4a190e0 100644
--- a/src/TopC.hs
+++ b/src/TopC.hs
@@ -61,7 +61,7 @@ config p = (baseConfig p) {
defaultHeight - 6, defaultHeight - 8,
defaultHeight - 8, defaultHeight - 8]
, border = FullB
- , alpha = 255
+ , alpha = 229
, commands = [ Run (topProcL p)
, Run m
, Run (thinkTemp p)
@@ -80,8 +80,8 @@ config p = (baseConfig p) {
, Run captureVol
, Run laTime
, Run localTime
- -- , Run w -- LEGE, LEBL, KCV0
- , Run (ComX "curl" [wttrURL "Edinburgh"] "" "wttr" 18000)
+ , Run w -- LEGE, LEBL, KCV0
+ -- , Run (ComX "curl" [wttrURL "Edinburgh"] "" "wttr" 18000)
]
, template = " "
++ "|batt0| "
@@ -92,8 +92,8 @@ config p = (baseConfig p) {
++ " |default:Master| " ++ dimi "\xf130" ++ " |default:Capture|"
++ "</action> "
++ ma
- -- ++ " |EGPH| "
- ++ " |wttr|"
+ ++ " |EGPH| "
+ -- ++ " |wttr|"
++ " {} "
++ fc (pHigh p) "|elog|"
++ "|kbd| "
@@ -108,7 +108,7 @@ config p = (baseConfig p) {
} where dimi = fc (pDim p) . fni
m = music
ma = " |" ++ alias m ++ "| "
--- w = (weather' "<skyConditionS> <tempC>° <weather>" "EGPH" p)
+ w = (weather' "<skyConditionS> <tempC>° <weather>" "EGPH" p)
main :: IO ()
main = palette >>= configFromArgs . config >>= xmobar