diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -4,8 +4,8 @@ Two waybar bars for DP-3: pill clusters, icons from the desktop's own icon theme instead of font glyphs, and colours driven by [unified-desktop-theme](../unified-desktop-theme). - DP-3 [📅 Wed 15/09] [🕑 14:32] [●] [S] [●] [✉ 9] [🔊] [tray] [⏻] [🇮🇹] - DP-1 [1..8] [ open windows ] + DP-3 [📅 Wed 15/09] [🕑 14:32] [●] [●] [✉ 9] [🔊] [tray] [⏻] [🇮🇹] + DP-1 [1..8] [S] [ open windows ] Each bracket is a pill. Pills group into clusters with gaps between them, so the bars read as a few objects rather than one strip. Hover cross-fades @@ -44,8 +44,8 @@ single one covers everything: | Mechanism | Used by | Why | | --- | --- | --- | | `icon-theme` config key | taskbar, tray | Native support, nothing else needed. | -| `image` module | volume, microphone, presentation mode, language | Runs a script that resolves a state to an icon path. | -| CSS `background-image` | workspaces, clock, launcher | `format-icons` takes text, not paths. | +| `image` module | launcher, volume, microphone, language | Takes a path: either static, or from a script that resolves the current state. | +| CSS `background-image` | workspaces, clock, mail, presentation mode | `format-icons` takes text, not paths. | The consequence worth knowing: **the workspace icons live in `styles/modules.css`, not in the module config.** Changing one means editing @@ -67,21 +67,24 @@ with nothing to say why, so it fails while someone is watching instead. gradient and are not recolourable. That is intended here: icons match the rest of the desktop rather than the bar. -The two icons this repo ships are the exception, because the icon theme has -neither. `icons/slackware.svg` (Simple Icons, CC0) is single-path monochrome, -so `install.sh` tints it from the palette. It is filled with the bar's -background colour rather than the accent, because it sits on the accent pill -and the accent would render it invisible against itself. The two flags keep -their national colours. +The three icons this repo ships are the exception, because the icon theme has +none of them. `icons/slackware.svg` (Simple Icons, CC0) is single-path +monochrome, so `install.sh` tints it from the palette. It is filled with the +bar's background colour rather than the accent, because it sits on the accent +pill and the accent would render it invisible against itself. + +`icons/flag-it.svg` and `icons/burger.svg` (Twemoji, CC-BY 4.0) keep their own +colours. The hamburger stands in for the English layout, which is what the +stock bar showed: not a flag, and deliberately so. ## Layout | Bar | Cluster | Modules | | --- | --- | --- | | DP-3 | left | date, time, VM dots | -| DP-3 | centre | launcher | | DP-3 | right | privacy dots, mail, volume drawer, tray, presentation mode, language | | DP-1 | left | workspaces | +| DP-1 | centre | launcher | | DP-1 | right | open windows | No battery, temperature, CPU, memory or backlight: this is a desktop. |
