qtile now can set different colors of background for low/urgent notifications.
This commit is contained in:
parent
e35cdbc516
commit
e17a882c7f
1 changed files with 2 additions and 4 deletions
|
@ -135,10 +135,8 @@ screens = [
|
||||||
background_low='#0f1419',
|
background_low='#0f1419',
|
||||||
background_urgent='#770000',
|
background_urgent='#770000',
|
||||||
foreground='#000000',
|
foreground='#000000',
|
||||||
# foreground_low='#e6e1cf',
|
foreground_low='#e6e1cf',
|
||||||
# foreground_urgent='#ffffff',
|
foreground_urgent='#ffffff',
|
||||||
foreground_low='#000000',
|
|
||||||
foreground_urgent='#000000',
|
|
||||||
font='RobotoMono Nerd Font Bold',
|
font='RobotoMono Nerd Font Bold',
|
||||||
parse_text=yubikey_replace,
|
parse_text=yubikey_replace,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue