From f2ad88fa73566103759c38a0df368f5804051c63 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 22 Jun 2025 00:53:25 -0400 Subject: make max width chars shorted in launcher with new font --- pkgs/astal/src/widget/launcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/astal/src/widget/launcher.lua b/pkgs/astal/src/widget/launcher.lua index 7e7c8d8..5258dc2 100644 --- a/pkgs/astal/src/widget/launcher.lua +++ b/pkgs/astal/src/widget/launcher.lua @@ -99,7 +99,7 @@ function Application(app, idx) label = app.name, valign = "CENTER", ellipsize = "END", - max_width_chars = 20, + max_width_chars = 16, }), }), }), -- cgit v1.2.3-freya