Skip to content

Commit b7abdb9

Browse files
committed
fix(donotdisturb): remove dep on xprop
This was removed in slgobinath#655, but missed in the dependency_checker.
1 parent 04b0abc commit b7abdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safeeyes/plugins/donotdisturb/dependency_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def validate(plugin_config, plugin_settings):
3030
return None
3131
command = "wlrctl"
3232
else:
33-
command = "xprop"
33+
return None
3434
if not utility.command_exist(command):
3535
return _("Please install the command-line tool '%s'") % command
3636
else:

0 commit comments

Comments
 (0)