Files
dotfiles/dot_config
mpuchstein 54e12efcae quickshell: fix workspace highlight drift and unstable sort
The sliding active indicator positioned itself via Repeater.itemAt(), which
returns null mid-rebuild; the fallback then stranded it at the top (looked
like workspace 1 was active while the font correctly showed another). Cells
are uniform, so compute the indicator's y arithmetically from the index
instead. Also make monitorWsData's sort deterministic: numbered workspaces
ascending, then named ones (e.g. joplin) alphabetically — parseInt alone
yields NaN and an unstable order for named workspaces.
2026-06-01 14:26:20 +02:00
..
2026-01-01 19:40:35 +01:00
2026-02-15 00:54:45 +01:00
2026-05-19 02:30:09 +02:00
2026-04-10 00:22:42 +02:00
2026-03-15 09:38:30 +01:00
2026-03-16 14:58:37 +01:00
2026-05-19 02:30:09 +02:00