diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-15 17:16:25 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-15 17:16:25 +0200 |
| commit | 27a8666422ef02fb8a827ef27be963f0d19610a2 (patch) | |
| tree | 365d47c3587036bf83feac1cee0096513634a3a2 /icons/flag-gb.svg | |
| parent | fea331158915713d980bafde6c38a6954d5c233b (diff) | |
| download | waybar-theme-udt-27a8666422ef02fb8a827ef27be963f0d19610a2.tar.gz waybar-theme-udt-27a8666422ef02fb8a827ef27be963f0d19610a2.zip | |
feat: launcher to the DP-1 centre, hamburger for English
The launcher sat in the centre of the DP-3 status bar, which is the narrow
rotated screen. It moves to the middle of the DP-1 desktop bar, where the
workspaces and the window list already live and there is room either side of
it. Each bar object carries its own include list, so the module definition
moves with it.
English gets the hamburger back. The stock bar drew it with an emoji, which
this module cannot do: it is an image module and takes a path, not text. So
the emoji ships as an image instead, from Twemoji. Doing it the other way
round, reverting to hyprland/language and its format-en text, would have
brought the burger back at the cost of turning the Italian flag into an emoji
too, and the real flag asset is worth keeping.
flag-gb.svg had no reference left after that, so it is deleted, and install.sh
removes the copy an earlier install left behind.
The docs carried three claims that were wrong rather than merely stale: the
launcher was listed as a CSS background when it has been an image module since
the mark was fixed, and SPEC still described the udt role work as adding roles
named after this bar's modules when what shipped was deleting eleven roles
nothing read. The dot colours were described as coming from [state] roles that
gen_waybar never emitted.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'icons/flag-gb.svg')
| -rw-r--r-- | icons/flag-gb.svg | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/icons/flag-gb.svg b/icons/flag-gb.svg deleted file mode 100644 index 7991383..0000000 --- a/icons/flag-gb.svg +++ /dev/null @@ -1,7 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-gb" viewBox="0 0 640 480"> - <path fill="#012169" d="M0 0h640v480H0z"/> - <path fill="#FFF" d="m75 0 244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0z"/> - <path fill="#C8102E" d="m424 281 216 159v40L369 281zm-184 20 6 35L54 480H0zM640 0v3L391 191l2-44L590 0zM0 0l239 176h-60L0 42z"/> - <path fill="#FFF" d="M241 0v480h160V0zM0 160v160h640V160z"/> - <path fill="#C8102E" d="M0 193v96h640v-96zM273 0v480h96V0z"/> -</svg> |
