summaryrefslogtreecommitdiff
path: root/modules/session (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal: refactor Paths util2 * r + 2 * t2025-09-031-1/+1
|
* internal: use Anim component2 * r + 2 * t2025-08-241-6/+3
|
* internal: add canim component2 * r + 2 * t2025-08-241-5/+2
|
* internal: transparency support coming soon™2 * r + 2 * t2025-08-081-1/+1
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* internal: refactor widgets folder2 * r + 2 * t2025-08-041-1/+1
| | | | Split into subdirs and rename to components
* session: add optional vim-like keybinds (#291)Joel R.2025-07-291-0/+22
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* session: add custom session/lock menu button commands (#292)Joel R.2025-07-291-4/+4
| | | | | | | * session: add custom menu-buttons commands * lock: use custom session-menu buttons * readme: update config options for custom commands
* config: allow enable/disable panels2 * r + 2 * t2025-07-261-2/+1
| | | | Closes #240
* internal: use new qs importsSoramane2025-07-163-8/+8
|
* internal: better anims2 * r + 2 * t2025-07-091-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)
* config: allow resolving paths from home2 * r + 2 * t2025-06-281-1/+2
|
* config: fix overwrite on startup2 * r + 2 * t2025-06-281-1/+1
|
* icons: some fixes for previous axes change2 * r + 2 * t2025-06-261-0/+1
| | | | | Mostly spacing fixes Also qsTr windowinfo class and title when none
* config: make gifs configurable2 * r + 2 * t2025-06-251-1/+1
|
* drawers: give back focus when close2 * r + 2 * t2025-06-231-10/+8
| | | | | | For launcher and session, give back focus to previously open one on close Also use execDetached for session buttons
* session: fix logout button2 * r + 2 * t2025-06-191-1/+1
| | | | And launcher logout action
* input: ripple anim for all buttons2 * r + 2 * t2025-06-191-0/+1
| | | | | Also fix up colours for some statelayers Fix urgent notif action colours
* feat: user config file2 * r + 2 * t2025-06-152-6/+6
| | | | Config file at `~/.config/caelestia/shell.json`
* Fixed Logout FunctionAmstel2025-06-111-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".
* session: fix logout for non-uwsm sessions2 * r + 2 * t2025-06-091-1/+1
|
* drawers: fix interaction areas2 * r + 2 * t2025-06-052-2/+2
| | | | Outer corners shouldn't be part of interaction area
* drawers: change anim durations2 * r + 2 * t2025-05-281-2/+2
|
* drawers: better show/hide anims2 * r + 2 * t2025-05-281-3/+3
| | | | Use m3 expressive curves
* internal: use implicit size for wrappers2 * r + 2 * t2025-05-241-2/+2
|
* session: move to drawers2 * r + 2 * t2025-05-134-179/+79
|
* session: disable show on hover2 * r + 2 * t2025-05-122-8/+8
|
* session: fix activate on key2 * r + 2 * t2025-05-121-0/+1
| | | | Return and enter are two different keys???
* feat: session menu2 * r + 2 * t2025-05-114-0/+337