Skip to content

Commit

Permalink
renamed icon name for rump my nap
Browse files Browse the repository at this point in the history
  • Loading branch information
omikun committed Mar 5, 2018
1 parent 32d0f10 commit 9f2b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RumpMyNap.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def myquit(self, sender):
exec(rumpsClass)

def start_bar():
AwesomeStatusBarApp("NMA").run()
AwesomeStatusBarApp("RMN").run()
for pid in SUSPENDED:
os.kill(int(pid), signal.SIGCONT)

Expand Down

0 comments on commit 9f2b351

Please sign in to comment.