Skip to content

Commit

Permalink
Default behaviour is to show status texts
Browse files Browse the repository at this point in the history
  • Loading branch information
halhen committed Dec 16, 2009
1 parent 70455fb commit 538128a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statnot
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ STATUS_UPDATE_INTERVAL = 2.0 # seconds
# Command to fetch status text from. We read from stdout.
# Each argument must be an element in the array
STATUS_COMMAND = ["/bin/sh", "%s/.statusline.sh" % os.getenv("HOME")]
USE_STATUSTEXT=False
USE_STATUSTEXT=True

# update_text(text) is called when the status text should be updated
# If there is a pending notification to be formatted, it is appended as
Expand Down

0 comments on commit 538128a

Please sign in to comment.