Skip to content

Commit

Permalink
Make Travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Feb 9, 2019
1 parent 9630beb commit 2da611c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py3status/modules/usbguard.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Allow or Reject newly plugged USB devices using USBGuard.
Configuration parameters:
allow_urgent: display urgency (default True)
format: display format for this module
(default '[{format_device}]')
format_button_allow: display format for allow button filter
Expand Down Expand Up @@ -56,6 +57,7 @@ class Py3status:
"""
"""

# available configuration parameters
allow_urgent = True
format = "[{format_device}]"
format_button_allow = "\[Allow\]"
Expand Down

0 comments on commit 2da611c

Please sign in to comment.