I'm to used to these colors.

This commit is contained in:
Bartek Stalewski 2022-11-06 11:24:42 +01:00
parent 7824bc27b5
commit 6ebbb9c742

View file

@ -136,19 +136,19 @@ screens = [
), ),
widget.GenPollText( widget.GenPollText(
background='#005577', background='#005577',
foreground='#000000', foreground='#ffffff',
update_interval=1, update_interval=1,
func=lambda: subprocess.check_output("sb-mail").decode(), func=lambda: subprocess.check_output("sb-mail").decode(),
), ),
widget.GenPollText( widget.GenPollText(
background='#770000', background='#770000',
foreground='#000000', foreground='#ffffff',
update_interval=1, update_interval=1,
func=lambda: subprocess.check_output("sb-network").decode(), func=lambda: subprocess.check_output("sb-network").decode(),
), ),
widget.GenPollText( widget.GenPollText(
background='#770000', background='#770000',
foreground='#000000', foreground='#ffffff',
update_interval=1, update_interval=1,
func=lambda: subprocess.check_output("sb-volume").decode(), func=lambda: subprocess.check_output("sb-volume").decode(),
), ),