Create dunstctl tests
This commit is contained in:
parent
f7feb3e674
commit
180a87e0c3
2 changed files with 68 additions and 0 deletions
|
@ -27,6 +27,7 @@ class Module(core.module.Module):
|
|||
|
||||
def toggle_status(self, event):
|
||||
self._paused = self.__isPaused()
|
||||
|
||||
if self._paused:
|
||||
util.cli.execute("dunstctl set-paused false")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue