[taffybar] Cleanup config
This commit is contained in:
parent
c1816a276a
commit
c5eb1b7360
@ -172,11 +172,12 @@ main = do
|
|||||||
]
|
]
|
||||||
simpleTaffyConfig = selectedConfig
|
simpleTaffyConfig = selectedConfig
|
||||||
{ centerWidgets = map (>>= buildContentsBox) []
|
{ centerWidgets = map (>>= buildContentsBox) []
|
||||||
-- , endWidgets = []
|
, endWidgets = []
|
||||||
|
, startWidgets = []
|
||||||
}
|
}
|
||||||
startTaffybar $
|
startTaffybar $
|
||||||
appendHook notifySystemD $
|
appendHook notifySystemD $
|
||||||
appendHook (void $ getHost False) $
|
appendHook (getHost False) $
|
||||||
withLogServer $
|
withLogServer $
|
||||||
withToggleServer $
|
withToggleServer $
|
||||||
toTaffyConfig simpleTaffyConfig
|
toTaffyConfig simpleTaffyConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user