Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DioptricDesign authored Jun 1, 2022
1 parent 7807a50 commit 99fef45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ def quake():
this_screen_border=ColorB,
this_current_screen_border=ColorC,),
widget.Spacer(length = bar.STRETCH),
widget.TextBox(text='',
foreground=ColorB,
widget.TextBox(text='+',
mouse_callbacks = {'Button1':quake}),
widget.Clock(format='%a %b %d',
font='Noto Sans Bold',
Expand Down

0 comments on commit 99fef45

Please sign in to comment.