summaryrefslogtreecommitdiff
path: root/modules/osd (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-10-13feat: configurable max volume (#723)Robin Seger1-0/+2
* 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-09-20internal: make osd, session and utilities exclusive2 * r + 2 * t1-2/+3
Hide utilities when session open Hide osd when utilities open Prevents overlaps
2025-09-17osd: fix anim when appear on change2 * r + 2 * t3-54/+81
2025-09-12osd: loader content2 * r + 2 * t2-6/+12
2025-08-28osd: fix scroll sensSoramane1-3/+3
2025-08-27osd: add mic volume2 * r + 2 * t2-38/+89
Disabled by default
2025-08-27config: allow enable/disable osd brightness (#481)Faiz Khan1-17/+29
* 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-24internal: use Anim component2 * r + 2 * t1-6/+3
2025-08-24internal: add canim component2 * r + 2 * t1-5/+2
2025-08-05config: add audio increment option2 * r + 2 * t1-2/+2
2025-08-05bar/popouts: add audio device switcher (#319)Laurens Duin1-11/+4
* 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-04internal: refactor widgets folder2 * r + 2 * t1-1/+1
Split into subdirs and rename to components
2025-08-02osd: animate scrolling (#316)PFiS1-18/+43
* 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-07-26config: allow enable/disable panels2 * r + 2 * t1-1/+1
Closes #240
2025-07-16internal: use new qs importsSoramane4-9/+9
2025-07-09internal: better anims2 * r + 2 * t1-2/+2
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-06-28config: fix overwrite on startup2 * r + 2 * t1-1/+1
2025-06-15feat: user config file2 * r + 2 * t3-7/+7
Config file at `~/.config/caelestia/shell.json`
2025-06-05drawers: fix interaction areas2 * r + 2 * t2-2/+2
Outer corners shouldn't be part of interaction area
2025-05-28drawers: change anim durations2 * r + 2 * t1-1/+1
2025-05-28drawers: better show/hide anims2 * r + 2 * t1-3/+3
Use m3 expressive curves
2025-05-24internal: use implicit size for wrappers2 * r + 2 * t1-2/+2
2025-05-13notifs: move to drawers2 * r + 2 * t1-142/+0
2025-05-13osd: fix show on hover + show on audio/brightness change2 * r + 2 * t1-0/+48
2025-05-13osd: show on hover2 * r + 2 * t1-1/+2
2025-05-13refactor: move to single window2 * r + 2 * t2-87/+74
2025-05-11feat: session menu2 * r + 2 * t2-31/+41
2025-05-11osd: fix show on hover2 * r + 2 * t1-1/+1
2025-05-08osd: fix flatten anim2 * r + 2 * t2-10/+10
2025-05-06popouts: use reals for rounding2 * r + 2 * t1-2/+2
So it looks better
2025-05-06feat: better launcher and osd animations2 * r + 2 * t2-2/+1
Slide not clip
2025-05-06refactor: popout layer consistency with border2 * r + 2 * t1-2/+2
Make them use the same background colour and rounding as the border
2025-05-05feat: show osd on border hover2 * r + 2 * t1-0/+12
2025-05-05wallpaper: limit source size2 * r + 2 * t1-0/+8
Also animate launcher and osd background colours
2025-05-05refactor: move colours to separate service2 * r + 2 * t1-2/+3
2025-05-05dev: get rid of wrapper width/height = 0 warnings2 * r + 2 * t1-0/+1
2025-05-05feat: shadow2 * r + 2 * t1-1/+6
Border exclusivity Fix slider handle text colour
2025-05-05feat: border + colour changes2 * r + 2 * t2-1/+2
2025-05-04bar: add scroll actions to fillers2 * r + 2 * t2-2/+1
Also change the brightness osd icon depending on value
2025-05-04osd: pause hide on hover2 * r + 2 * t1-1/+18
2025-05-04feat: brightness osd2 * r + 2 * t2-27/+37
2025-05-04feat: audio osd2 * r + 2 * t4-0/+254