Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ojv committed May 23, 2018
1 parent 9d1a5c8 commit 6178c01
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,17 @@ return function(widget_decl)
end
```

## Errors and Debugging

`conky-awesome` will eject widgets that are misbehaving. This means that the
widget will not receive further updates from `conky`. A widget will be ejected
if it throws an error, of it receives an empty string as an update.
`conky-awesome` will display a notification with a widget is ejected.

If you `CTRL+RightClick` on the conky widget, `conky-awesome` will display a
debug feed, showing the variables passed to `conky` together with its last
updated value. The debug feed will also list ejected widgets.

## Caveats and Gotchas

### Conky
Expand Down

0 comments on commit 6178c01

Please sign in to comment.