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