diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-03-20 13:35:20 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-03-20 13:43:56 +0100 |
| commit | 256b902f871c87b3f96d15461cf2c682daa891fb (patch) | |
| tree | bdd673e2227cdbd3a420300c47557b29f38077a7 | |
| parent | 3302f88a54ef723ef1c6601e3be732cf5ca4197b (diff) | |
remove padding for notifications with icons
| -rw-r--r-- | .config/mako/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mako/config b/.config/mako/config index 699fb2c..94091d4 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -5,7 +5,7 @@ icon-location=left anchor=bottom-left outer-margin=10,0 layer=overlay -format=<b>%a </b> %s\n%b +format=<b> %a </b> %s\n%b max-icon-size=64 padding=0,5,0,0 group-by=summary |
