Skip to content
Snippets Groups Projects
Commit 66f5b996 authored by Jens Nolte's avatar Jens Nolte
Browse files

Fix comment

parent f0b27ee4
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ runBarServer defaultBarConfig options = runBarHost barServer (swayBarInput optio
controlSocketAsync <- liftIO $ listenUnixSocketAsync options commandChan
liftIO $ link controlSocketAsync
-- Update bar on control socket messages
-- Handle control socket messages
socketUpdateAsync <- liftIO $ async $ forever $ do
command <- atomically $ readTChan commandChan
case command of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment