fix: reduce swaync notification size and cap popup height
Update PKGBUILD version / update-pkgver (push) Successful in 3s

Smaller font (14px → 12px), smaller icon (64px → 36px via CSS variable),
and notification-window-height limit (150px) to prevent oversized popups
from long notification bodies.
This commit is contained in:
2026-04-10 16:15:48 +02:00
parent 97e4b81930
commit a360d12bde
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -3,9 +3,10 @@
* {
all: unset;
font-size: 14px;
font-size: 12px;
font-family: "UbuntuSans Nerd Font";
transition: 200ms;
--notification-icon-size: 36px;
}
trough highlight {