mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
mako: add progressColor
This commit is contained in:
parent
bbc0be5a61
commit
964c04fe2a
|
@ -23,6 +23,7 @@ in {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
margin = "20,0";
|
margin = "20,0";
|
||||||
padding = "15";
|
padding = "15";
|
||||||
|
progressColor = "source ${cfg.theme.colors.secondary}";
|
||||||
textColor = "${cfg.theme.colors.text}";
|
textColor = "${cfg.theme.colors.text}";
|
||||||
width = 400;
|
width = 400;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue