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