From 1a4c721dcadbd30bbec0c33a7efa584da5d2a7ac Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 6 Nov 2022 00:01:52 +0100 Subject: [PATCH] I'm to used to these colors. --- _desktop/qtile/config.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index 454ecc3..c8d0984 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -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(),