I'm to used to these colors.
This commit is contained in:
parent
43e6eb94f1
commit
1a4c721dca
@ -116,11 +116,11 @@ screens = [
|
||||
[
|
||||
widget.GroupBox(
|
||||
disable_drag=True,
|
||||
#highlight_method='block',
|
||||
highlight_method='block',
|
||||
rounded=False,
|
||||
this_current_screen_border='#36a3d9',
|
||||
this_current_screen_border='#005577',
|
||||
urgent_alert_method='block',
|
||||
urgent_border='#ff3333',
|
||||
urgent_border='#770000',
|
||||
),
|
||||
widget.Prompt(
|
||||
prompt='open: ',
|
||||
@ -135,19 +135,19 @@ screens = [
|
||||
func=lambda: subprocess.check_output("sb-yubikey").decode(),
|
||||
),
|
||||
widget.GenPollText(
|
||||
background='#36a3d9',
|
||||
background='#005577',
|
||||
foreground='#000000',
|
||||
update_interval=1,
|
||||
func=lambda: subprocess.check_output("sb-mail").decode(),
|
||||
),
|
||||
widget.GenPollText(
|
||||
background='#ff3333',
|
||||
background='#770000',
|
||||
foreground='#000000',
|
||||
update_interval=1,
|
||||
func=lambda: subprocess.check_output("sb-network").decode(),
|
||||
),
|
||||
widget.GenPollText(
|
||||
background='#ff3333',
|
||||
background='#770000',
|
||||
foreground='#000000',
|
||||
update_interval=1,
|
||||
func=lambda: subprocess.check_output("sb-volume").decode(),
|
||||
|
Loading…
Reference in New Issue
Block a user