diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index c8d0984..ab333e6 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -136,19 +136,19 @@ screens = [ ), widget.GenPollText( background='#005577', - foreground='#000000', + foreground='#ffffff', update_interval=1, func=lambda: subprocess.check_output("sb-mail").decode(), ), widget.GenPollText( background='#770000', - foreground='#000000', + foreground='#ffffff', update_interval=1, func=lambda: subprocess.check_output("sb-network").decode(), ), widget.GenPollText( background='#770000', - foreground='#000000', + foreground='#ffffff', update_interval=1, func=lambda: subprocess.check_output("sb-volume").decode(), ),