REF a bitty thingy

This commit is contained in:
Nathan Dwarshuis 2022-12-31 22:49:46 -05:00
parent 4951c2a35e
commit 05f1165cc1
1 changed files with 1 additions and 2 deletions

View File

@ -90,8 +90,7 @@ run = do
hSetBuffering stdout LineBuffering hSetBuffering stdout LineBuffering
withCache $ do withCache $ do
withDBusX_ $ \db -> do withDBusX_ $ \db -> do
let sys = dbSysClient db let fs = features $ dbSysClient db
let fs = features sys
startDBusInterfaces db fs startDBusInterfaces db fs
withXmobar $ \xmobarP -> do withXmobar $ \xmobarP -> do
withChildDaemons fs $ \ds -> do withChildDaemons fs $ \ds -> do