I'm to used to these colors.

This commit is contained in:
Bartek Stalewski 2022-11-06 00:01:52 +01:00
parent 43e6eb94f1
commit 1a4c721dca

View file

@ -116,11 +116,11 @@ screens = [
[ [
widget.GroupBox( widget.GroupBox(
disable_drag=True, disable_drag=True,
#highlight_method='block', highlight_method='block',
rounded=False, rounded=False,
this_current_screen_border='#36a3d9', this_current_screen_border='#005577',
urgent_alert_method='block', urgent_alert_method='block',
urgent_border='#ff3333', urgent_border='#770000',
), ),
widget.Prompt( widget.Prompt(
prompt='open: ', prompt='open: ',
@ -135,19 +135,19 @@ screens = [
func=lambda: subprocess.check_output("sb-yubikey").decode(), func=lambda: subprocess.check_output("sb-yubikey").decode(),
), ),
widget.GenPollText( widget.GenPollText(
background='#36a3d9', background='#005577',
foreground='#000000', foreground='#000000',
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='#ff3333', background='#770000',
foreground='#000000', foreground='#000000',
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='#ff3333', background='#770000',
foreground='#000000', foreground='#000000',
update_interval=1, update_interval=1,
func=lambda: subprocess.check_output("sb-volume").decode(), func=lambda: subprocess.check_output("sb-volume").decode(),