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
|
||||
"${config.gtk.iconTheme.package}/share/icons/Papirus-Light";
|
||||
font = "${config.fontProfiles.regular.family} 12";
|
||||
padding = "10,20";
|
||||
anchor = "top-center";
|
||||
width = 400;
|
||||
height = 150;
|
||||
padding = "10,10";
|
||||
anchor = "top-right";
|
||||
width = 300;
|
||||
height = 100;
|
||||
borderSize = 2;
|
||||
defaultTimeout = 6000;
|
||||
defaultTimeout = 3000;
|
||||
backgroundColor = "#${colors.base00}dd";
|
||||
borderColor = "#${colors.base03}dd";
|
||||
borderColor = "#${colors.base0C}dd";
|
||||
textColor = "#${colors.base05}dd";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue