summaryrefslogtreecommitdiff
path: root/modules/session (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-18feat: add sidebar2 * r + 2 * t1-2/+4
WIP
2025-09-17session: loader content2 * r + 2 * t2-13/+15
2025-09-03internal: refactor Paths util2 * r + 2 * t1-1/+1
2025-08-24internal: use Anim component2 * r + 2 * t1-6/+3
2025-08-24internal: add canim component2 * r + 2 * t1-5/+2
2025-08-08internal: transparency support coming soon™2 * r + 2 * t1-1/+1
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-04internal: refactor widgets folder2 * r + 2 * t1-1/+1
Split into subdirs and rename to components
2025-07-29session: add optional vim-like keybinds (#291)Joel R.1-0/+22
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-07-29session: add custom session/lock menu button commands (#292)Joel R.1-4/+4
* session: add custom menu-buttons commands * lock: use custom session-menu buttons * readme: update config options for custom commands
2025-07-26config: allow enable/disable panels2 * r + 2 * t1-2/+1
Closes #240
2025-07-16internal: use new qs importsSoramane3-8/+8
2025-07-09internal: better anims2 * r + 2 * t1-4/+4
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: allow resolving paths from home2 * r + 2 * t1-1/+2
2025-06-28config: fix overwrite on startup2 * r + 2 * t1-1/+1
2025-06-26icons: some fixes for previous axes change2 * r + 2 * t1-0/+1
Mostly spacing fixes Also qsTr windowinfo class and title when none
2025-06-25config: make gifs configurable2 * r + 2 * t1-1/+1
2025-06-23drawers: give back focus when close2 * r + 2 * t1-10/+8
For launcher and session, give back focus to previously open one on close Also use execDetached for session buttons
2025-06-19session: fix logout button2 * r + 2 * t1-1/+1
And launcher logout action
2025-06-19input: ripple anim for all buttons2 * r + 2 * t1-0/+1
Also fix up colours for some statelayers Fix urgent notif action colours
2025-06-15feat: user config file2 * r + 2 * t2-6/+6
Config file at `~/.config/caelestia/shell.json`
2025-06-11Fixed Logout FunctionAmstel1-1/+1
When Running "uwsm stop" it replies: > Stopping compositor... > Compositor is not running. so the "or" operator would not work since the "uwsm stop" command didn't return as "FALSE".
2025-06-09session: fix logout for non-uwsm sessions2 * r + 2 * t1-1/+1
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-2/+2
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-13session: move to drawers2 * r + 2 * t4-179/+79
2025-05-12session: disable show on hover2 * r + 2 * t2-8/+8
2025-05-12session: fix activate on key2 * r + 2 * t1-0/+1
Return and enter are two different keys???
2025-05-11feat: session menu2 * r + 2 * t4-0/+337