Files
omarchycn/shell/Ui
David Heinemeier Hansson 16604c67b3 Lift setting / vertical / barSize onto BarWidget
Six widgets (clock, daytime, keyboardLayout, lockKeys, activeWindow,
media) shipped identical copies of `function setting(name, fallback)`.
Eight widgets reimplemented `readonly property bool vertical`, and
three reimplemented `readonly property int barSize`. Move all three
onto the BarWidget base so widgets read the same wiring everyone else
gets for free.

While in here, drop the dead `setting()` declaration on media.qml — it
was defined but never called.
2026-05-20 19:50:10 +02:00
..
2026-05-19 16:06:48 -04:00
2026-05-19 16:06:48 -04:00
2026-05-19 15:16:10 -04:00
2026-05-19 15:54:00 -04:00
2026-05-20 14:28:50 +02:00
2026-05-19 21:05:24 +02:00
2026-05-20 18:32:00 +02:00