[taffybar] Remove weather widget

This commit is contained in:
Ivan Malison 2016-09-19 12:08:13 -07:00
parent 6cbd8f43c8
commit a9cd70ec45
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -33,7 +33,6 @@ main = do
let clock = textClockNew Nothing "<span fgcolor='orange'>%a %b %_d %r</span>" 1
pager = taffyPagerNew defaultPagerConfig
note = notifyAreaNew defaultNotificationConfig
wea = weatherNew (defaultWeatherConfig "KMSN") 10
mpris = mprisNew defaultMPRISConfig
mem = pollingGraphNew memCfg 1 memCallback
cpu = pollingGraphNew cpuCfg 0.5 cpuCallback