diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-15 13:02:54 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-15 13:02:54 +0200 |
| commit | f85ec726b723db2ac5031c3c39bd3b250e85e63f (patch) | |
| tree | 35445f4ec2baca276de35920dcbedeb05ec809d6 /SPEC.md | |
| parent | 1c9fc8369f639ec6a8d061c3ff0b9b17f9d25118 (diff) | |
| download | waybar-theme-udt-f85ec726b723db2ac5031c3c39bd3b250e85e63f.tar.gz waybar-theme-udt-f85ec726b723db2ac5031c3c39bd3b250e85e63f.zip | |
fix: make the launcher mark visible on its own pill
The mark was tinted with the accent and then drawn on the accent pill, so it
rendered lavender on lavender and the pill looked empty. It takes the bar's
background colour now, which is the contrast the pill was always missing.
The pill also sized to its icon rather than to text, which made it a circle
among capsules; its horizontal padding now matches its neighbours' shape.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'SPEC.md')
| -rw-r--r-- | SPEC.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -105,8 +105,10 @@ behaviour here: they match every other application on the desktop. The two icons this repo ships are the exception. `slackware.svg` (from Simple Icons) and the two flags are single-path monochrome, so `slackware.svg` -is tinted with the udt accent by a one-line `fill` substitution at install -time. The flags keep their national colours. +is tinted by a one-line `fill` substitution at install time. It takes the +bar's background colour, not the accent: it sits on the accent pill, and +filling it with the accent puts it on top of itself. The flags keep their +national colours. ## Repository layout |
