summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/System/DBus.hs
AgeCommit message (Collapse)Author
2023-03-22Handle SocketError when attempting to connect to dbusCorey Halpin
Extends the solution from 8a53271cd6 to also handle SocketError, so that the process will not terminate. See also issue #537.
2018-11-25Back to app/src, since it seems they're the default convention for stackjao