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(
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(),
),