mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-27 05:01: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 (lib) mkForce;
|
||||||
|
|
||||||
inherit (config.lib.stylix.colors.withHashtag)
|
inherit (config.lib.stylix.colors.withHashtag)
|
||||||
|
base02
|
||||||
|
base03
|
||||||
base08
|
base08
|
||||||
base0A
|
base0A
|
||||||
base02
|
|
||||||
;
|
;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
@ -38,6 +39,7 @@ in
|
|||||||
markup = "full";
|
markup = "full";
|
||||||
min_icon_size = 32;
|
min_icon_size = 32;
|
||||||
max_icon_size = 128;
|
max_icon_size = 128;
|
||||||
|
highlight = mkForce base03;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user