Watch
1
0
Fork
You've already forked souveraine
0
souveraine/surfaces/quickshell/modules/common
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fimeg 391e239010 bar: one BarContent for every device, layout as data
ii-base and ii-phone each carried a 357-line BarContent to express eight
differences, all of them either "is this widget shown" or "which slot is
it in". No behaviour differed. Every bar edit had to be made twice or
diverge silently against the pin.

Widgets are now declared once as Components in a registry; each slot is a
Repeater over a list of widget names, so placement and order are data.
Config names a slot or a device profile picks it. "auto" derives the
profile from the same cramped-ness test behind useShortenedForm, so the
phone keeps its arrangement with no config file. Loaders are active only
when placed, so an unplaced widget is never constructed.

The agent island becomes a placeable widget rather than a mount smuggled
into UtilButtons: it reaches every device bar from one declaration.

ClockWidget is unified for the same reason. Its phone fork existed solely
to add customFormat, which BarContent now sets on every device.

bar.agentSessions was landing under background.widgets, not bar, so
Config.options.bar.agentSessions was always undefined and only the ?? true
fallback made the island appear wired. Moved, and merged into the existing
bar.indicators rather than declaring a second one.
2026-08-11 14:40:07 -04:00
..
functions sessiond: double-tap-to-wake wakes, and the volume keys work again 2026-08-02 18:28:49 -04:00
panels/lock polkit: add temporary FPC confirmation 2026-08-10 20:46:28 -04:00
widgets three-finger tap opens a window sheet, not the overview 2026-08-05 14:12:22 -04:00
Config.qml bar: one BarContent for every device, layout as data 2026-08-11 14:40:07 -04:00
Persistent.qml shell: read the instance file synchronously, or it is empty when asked 2026-08-04 19:25:59 -04:00
qmldir shell: regenerate qmldir manifests from the composed tree 2026-07-21 13:36:39 -04:00
ShellModel.qml quickshell: fix drag-to-combine, rail rides the keyboard, overview gap-tap dismiss 2026-07-16 12:04:08 -04:00