[Astal] Increase max-width of hyprland active window

This commit is contained in:
Janis Hutz 2025-05-20 17:04:23 +02:00
parent 73feae1142
commit a8bf678d45

View File

@ -107,7 +107,7 @@ const ActiveWindow = () => {
client =>
client && (
<label
maxWidthChars={40}
maxWidthChars={70}
ellipsize={Pango.EllipsizeMode.END}
label={bind(client, "title").as(String)} />
),