mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-26 12:41:21 +02:00
dunst: Use base03 for filled bar color
Subtle and light enough to see.
This commit is contained in:
parent
c9285617ba
commit
2193d86585
@ -9,9 +9,10 @@ let
|
||||
inherit (lib) mkForce;
|
||||
|
||||
inherit (config.lib.stylix.colors.withHashtag)
|
||||
base02
|
||||
base03
|
||||
base08
|
||||
base0A
|
||||
base02
|
||||
;
|
||||
in
|
||||
{
|
||||
@ -38,6 +39,7 @@ in
|
||||
markup = "full";
|
||||
min_icon_size = 32;
|
||||
max_icon_size = 128;
|
||||
highlight = mkForce base03;
|
||||
};
|
||||
|
||||
urgency_low = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user