change mako config
This commit is contained in:
parent
6d391e3138
commit
6c9ba5cc97
|
@ -3,15 +3,17 @@
|
||||||
services = {
|
services = {
|
||||||
mako = {
|
mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = "JetBrainsMono Nerd Font 11";
|
font = "JetBrainsMono Nerd Font 12";
|
||||||
padding = "15";
|
padding = "15";
|
||||||
defaultTimeout = 5000;
|
defaultTimeout = 5000;
|
||||||
borderSize = 2;
|
borderSize = 2;
|
||||||
borderRadius = 5;
|
borderRadius = 5;
|
||||||
backgroundColor = "#1e1e2e";
|
backgroundColor = "#1e1e2e";
|
||||||
borderColor = "#89b4fa";
|
borderColor = "#b4befe";
|
||||||
progressColor = "over #313244";
|
progressColor = "over #313244";
|
||||||
textColor = "#cdd6f4";
|
textColor = "#cdd6f4";
|
||||||
|
icons = 1;
|
||||||
|
actions = 1;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
text-alignment=center
|
text-alignment=center
|
||||||
[urgency=high]
|
[urgency=high]
|
||||||
|
|
Loading…
Reference in a new issue