qtile now can set different colors of background for low/urgent notifications.

This commit is contained in:
Bartek Stalewski 2022-11-07 23:08:12 +01:00
parent e35cdbc516
commit e17a882c7f

View File

@ -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,
),