Fix vendored nerdicons rendering; keep status bar always visible

- the vendored nerdicons.lua was the pristine upstream copy, so installs
  relying on the packaged plugin lost the tuned icon rendering (fractional
  glyph size and default hinting made icons feel soft and uneven). Apply
  the same tuning as the user config: whole-pixel icon size, hinting off,
  scale-aware chevron offset.
- default config (skel + first-run template) and this repo's users keep
  the status bar permanently visible: shown at startup, and the
  status-bar:hide/toggle commands are no-ops.
This commit is contained in:
2026-09-16 23:02:28 +02:00
parent 3bae6fd448
commit b8feb4f4db
4 changed files with 27 additions and 3 deletions
+3
View File
@@ -22,6 +22,9 @@ lite-xl (2.1.8-3) stonking; urgency=medium
- default config uses JetBrains Mono (new fonts-jetbrains-mono dependency)
* desktop: launch with SDL software rendering and LITE_SCALE=1.5 so text is
sharp on fractional-scaled Wayland panels and avoids panfrost artifacts.
* vendored nerdicons ships with the tuned icon rendering (whole-pixel size,
hinting off) instead of the pristine upstream copy.
* default config keeps the status bar always visible.
-- Valentin Haudiquet <valentin.haudiquet@canonical.com> Wed, 16 Sep 2026 21:50:00 +0200