Update for 25.05
This commit is contained in:
parent
8bfcca1bb8
commit
63c42b081d
12 changed files with 193 additions and 209 deletions
|
@ -2,22 +2,26 @@
|
|||
{
|
||||
services.mako = {
|
||||
enable = config.home.desktop.enable;
|
||||
borderColor = "#${config.look.colors.accent}";
|
||||
backgroundColor = "#${config.look.colors.dark}D9";
|
||||
sort = "+time";
|
||||
layer = "overlay";
|
||||
padding = "8";
|
||||
margin = "0";
|
||||
borderSize = config.look.border.int;
|
||||
maxIconSize = 40;
|
||||
defaultTimeout = 4500;
|
||||
font = "${config.look.fonts.main} 12";
|
||||
anchor = "bottom-right";
|
||||
extraConfig = ''
|
||||
on-button-right=dismiss-all
|
||||
outer-margin=10
|
||||
[mode=do-not-disturb]
|
||||
invisible=1
|
||||
'';
|
||||
settings = {
|
||||
# Theme
|
||||
background-color = "#${config.look.colors.dark}D9";
|
||||
border-color = "#${config.look.colors.accent}";
|
||||
border-size = config.look.border.int;
|
||||
font = "${config.look.fonts.main} 12";
|
||||
margin = 0;
|
||||
max-icon-size = 40;
|
||||
outer-margin = 10;
|
||||
padding = 8;
|
||||
|
||||
# Rules
|
||||
anchor = "bottom-right";
|
||||
default-timeout = 4500;
|
||||
layer = "overlay";
|
||||
on-button-right = "dismiss-all";
|
||||
sort = "+time";
|
||||
|
||||
# Modes
|
||||
"mode=do-not-disturb".invisible = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue