From e17a882c7f9e3fb3255993a470f4c34e0d20c3d6 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 7 Nov 2022 23:08:12 +0100 Subject: [PATCH] qtile now can set different colors of background for low/urgent notifications. --- _desktop/qtile/config.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index 63480e2..6dbf7be 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -135,10 +135,8 @@ screens = [ background_low='#0f1419', background_urgent='#770000', foreground='#000000', - # foreground_low='#e6e1cf', - # foreground_urgent='#ffffff', - foreground_low='#000000', - foreground_urgent='#000000', + foreground_low='#e6e1cf', + foreground_urgent='#ffffff', font='RobotoMono Nerd Font Bold', parse_text=yubikey_replace, ),