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 /config.jsonc | |
| 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 'config.jsonc')
| -rw-r--r-- | config.jsonc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.jsonc b/config.jsonc index 1d94a39..58944aa 100644 --- a/config.jsonc +++ b/config.jsonc @@ -16,7 +16,6 @@ "include": [ "$HOME/.config/waybar-udt/modules/clock.jsonc", "$HOME/.config/waybar-udt/modules/custom/vmdot.jsonc", - "$HOME/.config/waybar-udt/modules/image/launcher.jsonc", "$HOME/.config/waybar-udt/modules/custom/privacy_dots.jsonc", "$HOME/.config/waybar-udt/modules/custom/mail.jsonc", "$HOME/.config/waybar-udt/modules/image/volume.jsonc", @@ -30,9 +29,6 @@ "clock#time", "custom/vmdot" ], - "modules-center": [ - "image#launcher" - ], "modules-right": [ "custom/privacy_dots", "custom/mail", @@ -55,12 +51,16 @@ { "include": [ "$HOME/.config/waybar-udt/modules/hyprland/workspaces.jsonc", + "$HOME/.config/waybar-udt/modules/image/launcher.jsonc", "$HOME/.config/waybar-udt/modules/extras/taskbar.jsonc", ], "modules-left": [ "hyprland/workspaces" ], + "modules-center": [ + "image#launcher" + ], "modules-right": [ "wlr/taskbar" ], |
