I'm to used to these colors.
This commit is contained in:
parent
7824bc27b5
commit
6ebbb9c742
@ -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(),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user