[taffybar] Remove notes section

This commit is contained in:
Ivan Malison 2016-10-05 02:20:07 -07:00
parent c0817bc257
commit 5a4f815e22
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -30,12 +30,11 @@ main = do
}
let clock = textClockNew Nothing "<span fgcolor='orange'>%a %b %_d %r</span>" 1
pager = taffyPagerNew defaultPagerConfig
note = notifyAreaNew defaultNotificationConfig
mpris = mpris2New
mem = pollingGraphNew memCfg 1 memCallback
cpu = pollingGraphNew cpuCfg 0.5 cpuCallback
tray = systrayNew
defaultTaffybar defaultTaffybarConfig { startWidgets = [ pager, note ]
defaultTaffybar defaultTaffybarConfig { startWidgets = [ pager ]
, endWidgets = [ tray, clock, mem, cpu, mpris ]
, monitorNumber = 1
}