linux_notification_center
linux_notification_center copied to clipboard
Yaml config and scriptability [WIP]
See #80
Resovles #67 Resolves #80
After briefly looking at config.hs
, I see that there's a lot of repetition surrounding monad operators <*>
...
If I have some time, I'll try to convert this to a nested-list with a map
+fold
function definition. It'll be far easier to manage.