Commit graph

52 commits

Author SHA1 Message Date
2 * r + 2 * t
0f5d2ddc16 feat: fade in/out drawers 2026-03-27 20:54:52 +11:00
2 * r + 2 * t
14437cc1ed fix: remove osd and session wrapper hacks
The panels are ignored if they are closed, so they don't produce bulges.
This does remove the sink effect on overshoot, but that didn't work
anyways. (also that change was part of the previous commit)
2026-03-27 19:03:55 +11:00
2 * r + 2 * t
0075d64ca2 fix: osd and session clipping 2026-03-26 21:01:40 +11:00
2 * r + 2 * t
87f33d55ee feat: sdf blob based drawers 2026-03-25 12:04:55 +11:00
2 * r + 2 * t
d0f2df9bae chore: fix all import formats 2026-03-22 06:02:19 +11:00
2 * r + 2 * t
53109b28e6 chore: fix dash, drawers, notifs and osd linter warnings 2026-03-21 16:31:43 +11:00
2 * r + 2 * t
796c2e4e76 chore: fix prop order 2026-03-20 16:03:18 +11:00
2 * r + 2 * t
344ec92cc5 feat: async notifs and osd 2026-03-20 01:24:20 +11:00
Ezekiel Gonzales
2e68551738
config: serialize brightnessIncrement (#1117)
* config: serialize brightnessIncrement

* add brightness increment on OSD scroll
2026-01-28 19:25:54 +11:00
2 * r + 2 * t
4f7f21a86d internal: no async loaders
Fixes reload issue and all stuff not loading issues
2026-01-16 01:40:38 +11:00
Robin Seger
dde0f85e78
feat: configurable max volume (#723)
* feat: configurable max volume

- Add maxVolume config option to ServiceConfig
- Add maxValue property to FilledSlider component
- Update OSD sliders to respect maxVolume setting
- Update example config in README

* fix: remove redundant maxValue prop
2025-10-13 22:50:56 +11:00
2 * r + 2 * t
700a3504ca internal: make osd, session and utilities exclusive
Hide utilities when session open
Hide osd when utilities open
Prevents overlaps
2025-09-20 21:47:13 +10:00
2 * r + 2 * t
c48f411bcb osd: fix anim when appear on change 2025-09-17 19:46:42 +10:00
2 * r + 2 * t
d06d8b870f osd: loader content 2025-09-12 17:15:55 +10:00
Soramane
37c686d5ed osd: fix scroll sens 2025-08-28 15:47:24 +10:00
2 * r + 2 * t
4b9643a802 osd: add mic volume
Disabled by default
2025-08-27 15:52:18 +10:00
Faiz Khan
cdfc260f39
config: allow enable/disable osd brightness (#481)
* Added option to disable brightness slider

* Removed unwanted imports

* Renamed WrappedLoader.name to brightnessSlider

* fixes

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-27 15:27:49 +10:00
2 * r + 2 * t
6e8a32d4e4 internal: use Anim component 2025-08-24 17:22:00 +10:00
2 * r + 2 * t
486f9d2e2f internal: add canim component 2025-08-24 16:51:09 +10:00
2 * r + 2 * t
26171548bf config: add audio increment option 2025-08-05 18:20:00 +10:00
Laurens Duin
9ada66a78e
bar/popouts: add audio device switcher (#319)
* feat: basic audio switcher

* feat: replace VerticalSlider with StyledSlider

* fix: styling

* fix: formatting

* chore: make sound icons consistent, change slider styling

* feat: styled slider component variants

* chore: cleanup

* chore: cleanup

* fix: pr fixes

* fix: remove redundant code

* chore: remove old code

* fix: controls styling

* fixes

* more tweaks

* radiobtn: add interaction stuff

Anim slider

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-05 16:04:53 +10:00
2 * r + 2 * t
c5381c5194 internal: refactor widgets folder
Split into subdirs and rename to components
2025-08-04 22:45:15 +10:00
PFiS
a89a401087
osd: animate scrolling (#316)
* refactor: make the animation smooth when scrolling the mouse wheel

* fix: can't drag

* format

* fix cursor

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-02 16:19:59 +10:00
2 * r + 2 * t
6880272c5b config: allow enable/disable panels
Closes #240
2025-07-26 14:30:48 +10:00
Soramane
4598e8a775 internal: use new qs imports 2025-07-16 18:02:28 +10:00
2 * r + 2 * t
52cad36cdf internal: better anims
Appear anims for osd and session from fast spatial -> default spatial
Anim opacity for lock notif extra counter
Fix extra counter (list not popups)
2025-07-09 19:04:38 +10:00
2 * r + 2 * t
c9f1d4138f config: fix overwrite on startup 2025-06-28 18:57:51 +10:00
2 * r + 2 * t
96429160c3 feat: user config file
Config file at `~/.config/caelestia/shell.json`
2025-06-15 18:08:45 +10:00
2 * r + 2 * t
023d00d658 drawers: fix interaction areas
Outer corners shouldn't be part of interaction area
2025-06-05 18:41:45 +10:00
2 * r + 2 * t
d48cd777f7 drawers: change anim durations 2025-05-28 21:48:06 +08:00
2 * r + 2 * t
016a7c0763 drawers: better show/hide anims
Use m3 expressive curves
2025-05-28 15:56:10 +08:00
2 * r + 2 * t
6d40032fe5 internal: use implicit size for wrappers 2025-05-24 17:27:15 +08:00
2 * r + 2 * t
8ea4362ba1 notifs: move to drawers 2025-05-13 18:23:11 +10:00
2 * r + 2 * t
9c3e2fffbd osd: fix show on hover + show on audio/brightness change 2025-05-13 17:43:04 +10:00
2 * r + 2 * t
1656e5c355 osd: show on hover 2025-05-13 17:06:21 +10:00
2 * r + 2 * t
ad7c6ea98e refactor: move to single window 2025-05-13 16:30:53 +10:00
2 * r + 2 * t
60858f6f02 feat: session menu 2025-05-11 23:55:05 +10:00
2 * r + 2 * t
a2c3417675 osd: fix show on hover 2025-05-11 21:24:14 +10:00
2 * r + 2 * t
8212be0267 osd: fix flatten anim 2025-05-08 21:07:25 +10:00
2 * r + 2 * t
3e8b7240ad popouts: use reals for rounding
So it looks better
2025-05-06 23:49:28 +10:00
2 * r + 2 * t
9d9042e029 feat: better launcher and osd animations
Slide not clip
2025-05-06 18:58:51 +10:00
2 * r + 2 * t
bdd37012bb refactor: popout layer consistency with border
Make them use the same background colour and rounding as the border
2025-05-06 18:15:06 +10:00
2 * r + 2 * t
137fd56bb2 feat: show osd on border hover 2025-05-05 20:21:56 +10:00
2 * r + 2 * t
57f815bdc8 wallpaper: limit source size
Also animate launcher and osd background colours
2025-05-05 17:15:10 +10:00
2 * r + 2 * t
1fdaf24526 refactor: move colours to separate service 2025-05-05 14:50:18 +10:00
2 * r + 2 * t
9e717c5ce0 dev: get rid of wrapper width/height = 0 warnings 2025-05-05 14:29:27 +10:00
2 * r + 2 * t
9071de0d60 feat: shadow
Border exclusivity
Fix slider handle text colour
2025-05-05 11:04:03 +10:00
2 * r + 2 * t
c665c0ca98 feat: border + colour changes 2025-05-05 10:19:46 +10:00
2 * r + 2 * t
cd45cafa60 bar: add scroll actions to fillers
Also change the brightness osd icon depending on value
2025-05-04 23:18:11 +10:00
2 * r + 2 * t
d95c134717 osd: pause hide on hover 2025-05-04 22:34:49 +10:00