aboutsummaryrefslogtreecommitdiffstats
path: root/SPEC.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-15 13:01:40 +0200
committerDanilo M. <danix@danix.xyz>2026-09-15 13:01:40 +0200
commit1c9fc8369f639ec6a8d061c3ff0b9b17f9d25118 (patch)
tree9cd12f0520c008096e9396eca4e0234d1ba3eff0 /SPEC.md
parente996b6626c85f8cefb0f357d128091e350ee0ec0 (diff)
downloadwaybar-theme-udt-1c9fc8369f639ec6a8d061c3ff0b9b17f9d25118.tar.gz
waybar-theme-udt-1c9fc8369f639ec6a8d061c3ff0b9b17f9d25118.zip
fix: draw the launcher, and prune stale links on install
A custom module renders nothing at all when its format is empty, and the format has to be empty because the Slackware mark is an icon rather than text, so the launcher pill never appeared. It is an image module now, which takes a path and needs no label: the same reason the language flag is one. install.sh only ever added links, so the module file this replaces left a dangling symlink behind that every later install would step over. It now prunes links whose source has gone, and a reinstall repairs itself. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'SPEC.md')
-rw-r--r--SPEC.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/SPEC.md b/SPEC.md
index a4d2341..43f9736 100644
--- a/SPEC.md
+++ b/SPEC.md
@@ -35,7 +35,7 @@ transparent gaps, so the bar reads as groups rather than a continuous strip.
| Position | Module | Icon source | Notes |
| --- | --- | --- | --- |
-| left | `custom/launcher` | `slackware.svg`, shipped here | Accent background, the one always-coloured pill. Opens the quickshell drawer. |
+| left | `image#launcher` | `slackware.svg`, shipped here | Accent background, the one always-coloured pill. Opens the quickshell drawer. An `image` module: a `custom` one draws nothing when its format is empty, and the format has to be empty because the mark is an icon. |
| left | `clock#date` | `x-office-calendar` | Icon then text. Calendar tooltip kept. |
| left | `clock#time` | `clock` | Icon then text. |
| left | `hyprland/workspaces` | eight themed icons, via CSS | See below. |