mako conf changes
This commit is contained in:
parent
de8d61fdc4
commit
3b5a7518eb
1 changed files with 6 additions and 6 deletions
|
|
@ -9,14 +9,14 @@ in {
|
||||||
else
|
else
|
||||||
"${config.gtk.iconTheme.package}/share/icons/Papirus-Light";
|
"${config.gtk.iconTheme.package}/share/icons/Papirus-Light";
|
||||||
font = "${config.fontProfiles.regular.family} 12";
|
font = "${config.fontProfiles.regular.family} 12";
|
||||||
padding = "10,20";
|
padding = "10,10";
|
||||||
anchor = "top-center";
|
anchor = "top-right";
|
||||||
width = 400;
|
width = 300;
|
||||||
height = 150;
|
height = 100;
|
||||||
borderSize = 2;
|
borderSize = 2;
|
||||||
defaultTimeout = 6000;
|
defaultTimeout = 3000;
|
||||||
backgroundColor = "#${colors.base00}dd";
|
backgroundColor = "#${colors.base00}dd";
|
||||||
borderColor = "#${colors.base03}dd";
|
borderColor = "#${colors.base0C}dd";
|
||||||
textColor = "#${colors.base05}dd";
|
textColor = "#${colors.base05}dd";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue