Skip to content
Snippets Groups Projects
Unverified Commit 1316cb9d authored by Luke Horwell's avatar Luke Horwell
Browse files

Fix whitespace for example file

parent 960016b0
Branches master
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ DBUS_SCREENSAVER_INTERFACES = (
'org.xfce.ScreenSaver',
)
def signal_callback(active):
if active:
print("Lock screen/screensaver activated")
......@@ -31,6 +32,7 @@ def signal_callback(active):
# Set to green
device.fx.static(0, 255, 0)
DBusGMainLoop(set_as_default=True)
bus = dbus.SessionBus()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment