2 * r + 2 * t
81d2a27f50
fix: reduce spacing for bar clock
2026-06-09 01:06:39 +10:00
2 * r + 2 * t
1b4f81f078
fix: use rubik for workspaces
...
Apparently google sans flex has some incorrect unicode symbols?
The dot symbol turns into a chinese character for some reason...
2026-06-07 22:38:06 +10:00
2 * r + 2 * t
dd3402eb14
Merge pull request #1510 from caelestia-dots/feat/nexus
...
Nexus v2
2026-06-07 22:25:24 +10:00
2 * r + 2 * t
eb0a2a0813
feat: replace control center popout with nexus
2026-06-07 22:09:32 +10:00
2 * r + 2 * t
b3270c6ca8
fix: unload bar properly
2026-06-06 16:01:57 +10:00
2 * r + 2 * t
c85dfc6a1b
fix: format ci ( #1513 )
...
* fix: remove _-prefixed ids
qmlformat crashes cause of them
* fix: pin ci image to Qt 6.11.0
6.11.1 is the broken qmlformat version
* chore: format c++
* ci: print tool versions at start of ci
2026-06-04 23:07:20 +10:00
2 * r + 2 * t
acbc891fc0
chore: replace OpacityMask with MultiEffect Mask
...
MultiEffect used to do a hard cutoff and not work with soft masks, but
since Qt 6.10 (or 6.11) it works correctly, so we don't need the custom
mask anymore
2026-05-07 21:09:07 +10:00
2 * r + 2 * t
6b79abf330
fix: improve clock (again)
2026-05-06 19:08:29 +10:00
2 * r + 2 * t
2931a8c51e
fix: bar mono abuse
2026-05-05 23:53:07 +10:00
2 * r + 2 * t
e45f8f84ce
fix: spatial anim for power profile
2026-05-05 23:16:53 +10:00
2 * r + 2 * t
6931b41d96
fix: audio popout slider + trigger on movement
...
Emit interaction signal on every movement instead of just release
2026-05-04 19:49:25 +10:00
2 * r + 2 * t
8f472f4a05
feat: unify battery icon logic
2026-04-26 14:06:04 +10:00
2 * r + 2 * t
870079c029
fix: use effects curve for fill
2026-04-23 04:00:54 +10:00
2 * r + 2 * t
158588ce89
refactor: no need to explicitly type as default spatial
...
Default spatial is the default type, so no need to type anims as such
2026-04-23 03:47:56 +10:00
2 * r + 2 * t
7ea5fd3c70
fix: use effects curve for effects
2026-04-23 03:45:22 +10:00
2 * r + 2 * t
2159faa229
feat: improve bar popout anim
2026-04-23 03:24:24 +10:00
2 * r + 2 * t
c4539d6960
refactor: icons follow builders pattern
...
Also add icon size() shorthand
And builder scale()
2026-04-22 22:47:18 +10:00
2 * r + 2 * t
6573a62fc5
refactor: use Font.Xxx enum for weights
2026-04-22 22:47:18 +10:00
2 * r + 2 * t
acd492b3ea
refactor: migrate MaterialIcon font to fontStyle
2026-04-22 22:47:18 +10:00
2 * r + 2 * t
9de9e7ec98
refactor: migrate rest of the stuff to new font api
2026-04-22 22:47:18 +10:00
2 * r + 2 * t
77dbcf5a88
refactor: migrate bar to new font API
2026-04-22 22:47:18 +10:00
2 * r + 2 * t
7cb3944af7
refactor: replace scaled spacing with new tokens
2026-04-22 22:47:18 +10:00
2 * r + 2 * t
52272c062d
feat: use M3 spacing tokens
2026-04-22 22:47:18 +10:00
2 * r + 2 * t
0d0dcaf115
refactor: replace scaled padding with new tokens
2026-04-22 22:47:18 +10:00
2 * r + 2 * t
57db6e246c
feat: use M3 padding tokens
2026-04-22 22:47:18 +10:00
2 * r + 2 * t
711587d193
refactor: migrate to new rounding tokens
2026-04-22 22:47:18 +10:00
2 * r + 2 * t
2bb28197a0
fix: don't use easingCurve type
...
Fixes #1401
Nix does not have Qt 6.11 yet
2026-04-19 16:09:15 +10:00
2 * r + 2 * t
6e234d6656
refactor: use signals instead of functions
2026-04-18 01:04:04 +10:00
2 * r + 2 * t
20dca094ec
chore: remove unused imports
2026-04-15 18:33:01 +10:00
2 * r + 2 * t
921c619ccb
refactor: use new AnchorAnim component
2026-04-15 18:32:19 +10:00
2 * r + 2 * t
d675478e91
refactor: use new anim type prop
2026-04-15 18:32:19 +10:00
2 * r + 2 * t
3cffc1ff94
fix: even MORE non global access
2026-04-13 16:52:41 +10:00
2 * r + 2 * t
8106aca173
fix: even more non global access
2026-04-13 16:42:00 +10:00
2 * r + 2 * t
7e4b14f6ba
fix: per monitor props not having ancestor scope
2026-04-13 00:07:55 +10:00
2 * r + 2 * t
666d451f4b
fix: global config use for rest of global props
2026-04-12 23:02:00 +10:00
2 * r + 2 * t
b8d17ad8ef
fix: use global config for global properties
2026-04-12 22:47:30 +10:00
2 * r + 2 * t
31d7a77929
fix: popouts anims, should not be per-monitor
...
Anims are not per-monitor
2026-04-11 23:49:40 +10:00
2 * r + 2 * t
71dd7b4db8
chore: format QML imports
2026-04-11 22:17:24 +10:00
2 * r + 2 * t
d99fefdd34
fix: use correct anim tokens in QML
2026-04-11 21:41:31 +10:00
2 * r + 2 * t
b5dcd07ab8
fix: use correct size tokens in QML
2026-04-11 21:24:16 +10:00
2 * r + 2 * t
3a37d77d1f
feat: replace qml config module with c++ module
2026-04-11 21:18:56 +10:00
2 * r + 2 * t
bd35b2bef5
Merge branch 'main' into sdfs
2026-04-08 22:46:04 +10:00
2 * r + 2 * t
7f0acf15b3
chore: fix linter warnings
2026-04-08 19:42:11 +10:00
2 * r + 2 * t
e1e0c314c6
refactor: move popout position logic to wrapper
2026-04-08 19:36:04 +10:00
2 * r + 2 * t
eaa6aefa6c
fix: popout transition anim
2026-04-08 18:44:38 +10:00
2 * r + 2 * t
df27c93224
feat: improve popouts
...
Fix bg tracking, use slow spatial for detach, default spatial for
everything else, adjust deform, move instead of width scale
2026-04-08 17:06:37 +10:00
2 * r + 2 * t
c126075d40
chore: clean out legacy background code
2026-04-06 23:42:47 +10:00
2 * r + 2 * t
0e50b62413
refactor: move drawers window -> ContentWindow.qml
2026-04-06 23:38:36 +10:00
Evertiro
f924dbfbbb
feat: show battery status in Bluetooth popout ( #1130 )
...
* Display bluetooth battery in popout when possible
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* Actually return the alert icon if battery status can't be determined
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* Fix lint error
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* move icon to right + static popout width
---------
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-04-03 15:32:00 +11:00
2 * r + 2 * t
b57d596230
Merge branch 'main' into sdfs
2026-03-30 02:10:22 +11:00