diff options
Diffstat (limited to 'SPEC.md')
| -rw-r--r-- | SPEC.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ transparent gaps, so the bar reads as groups rather than a continuous strip. | Position | Module | Icon source | Notes | | --- | --- | --- | --- | -| DP-1 centre | `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. | +| DP-1 centre | `custom/launcher` | `slackware.svg` + `slackware-light.svg`, shipped here | Accent background, the one always-coloured pill. Opens the quickshell drawer. A `custom` module with the mark as a CSS background, because CSS can swap the image on `:hover` and cannot reach inside an `image` module. Its format is a single space: an empty one draws no widget at all. | | 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. | @@ -134,7 +134,7 @@ Modular, one file per module, mirroring the current setup: workspaces.jsonc language.jsonc custom/ - launcher.jsonc + launcher.jsonc the drawer button, mark drawn in CSS vmdot.jsonc extras/ taskbar.jsonc |
