summaryrefslogtreecommitdiff
path: root/modules/drawers (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* config: fix overwrite on startup2 * r + 2 * t2025-06-281-1/+1
|
* feat: window info panel2 * r + 2 * t2025-06-212-7/+9
| | | | Also disable reload popup
* internal: fix qmlls freezing2 * r + 2 * t2025-06-191-4/+4
|
* exclusions: set input mask to empty2 * r + 2 * t2025-06-151-0/+1
| | | | Fixes #26 and #72
* feat: user config file2 * r + 2 * t2025-06-156-17/+20
| | | | Config file at `~/.config/caelestia/shell.json`
* Add custom shortcut for launcher, dashboard and osd all in one (#53)Tim Hämisch2025-06-141-6/+80
| | | | | | | | | | | | | | | | * Add custom shortcut for launcher, dashboard and osd all in one * Fix Shortcut description * shortcuts: fix showall Some fixes: - no need for the complex shortcut - fix formatting - fix unqualified access --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: use multieffect for shadow2 * r + 2 * t2025-06-081-1/+6
|
* popouts: fix bottom glitch2 * r + 2 * t2025-06-071-1/+1
| | | | | Fix flicker when popout hits bottom Also animate bottom rounding change
* popouts: fix multimonitoroutfoxxed2025-06-063-4/+8
|
* internal: move bar to drawer window2 * r + 2 * t2025-06-076-11/+34
| | | | Fixes a few bugs, also removes need for hyprland order layerrule
* bar: fix popout wrapping and morphing2 * r + 2 * t2025-06-052-2/+2
|
* drawers: fix interaction areas2 * r + 2 * t2025-06-052-9/+8
| | | | Outer corners shouldn't be part of interaction area
* internal: use panelwindow2 * r + 2 * t2025-06-041-2/+2
| | | | Using WlrLayershell broke for newer versions of qs
* bar: ensure popouts fully on screen2 * r + 2 * t2025-06-042-1/+8
| | | | Also round the other way if touching edge
* feat: bar popouts2 * r + 2 * t2025-06-023-0/+33
| | | | Create active window popout
* notifs: fix opening anim when spam notifs2 * r + 2 * t2025-05-292-3/+0
| | | | No open/close state, just animate height
* drawers: fix interactions area2 * r + 2 * t2025-05-271-2/+2
| | | | Make osd slider handles have pointer cursor
* drawers: dont use hyprland cursor pos2 * r + 2 * t2025-05-272-26/+25
| | | | Use mousearea with positionChanged and containsMouse
* drawers: fix interactions for multimonitor2 * r + 2 * t2025-05-271-2/+2
| | | | Or monitors that arent positioned at 0,0 *cough* outfoxxed
* notifs: better height2 * r + 2 * t2025-05-261-0/+3
| | | | | Get blocked by other panels from the right side (osd and session) Limit max height to screen height
* bar: fix storing only one2 * r + 2 * t2025-05-241-1/+1
|
* drawers: fix interactions2 * r + 2 * t2025-05-242-3/+5
| | | | Fix offset caused by bar
* internal: fix null error2 * r + 2 * t2025-05-241-1/+1
|
* internal: fix exclusion zones for quickshell update2 * r + 2 * t2025-05-231-11/+5
|
* bar: switch to embedded style2 * r + 2 * t2025-05-231-0/+2
|
* internal: fix memory leaks2 * r + 2 * t2025-05-231-8/+11
|
* feat: close launcher and session on click out2 * r + 2 * t2025-05-191-1/+11
| | | | Using focus grab
* feat: dashboard2 * r + 2 * t2025-05-174-1/+28
|
* interactions: fix mouse position2 * r + 2 * t2025-05-151-3/+8
| | | | Didn't account for border thickness
* session: add scrim2 * r + 2 * t2025-05-141-5/+19
|
* dev: fix deprecated window width & height2 * r + 2 * t2025-05-141-2/+2
|
* launcher: move to drawers2 * r + 2 * t2025-05-132-2/+19
|
* session: show/hide on drag2 * r + 2 * t2025-05-132-4/+17
|
* session: move to drawers2 * r + 2 * t2025-05-133-5/+28
|
* notifs: move to drawers2 * r + 2 * t2025-05-133-1/+21
|
* osd: fix show on hover + show on audio/brightness change2 * r + 2 * t2025-05-132-5/+28
|
* osd: show on hover2 * r + 2 * t2025-05-133-8/+30
|
* refactor: move to single window2 * r + 2 * t2025-05-133-3/+84
|
* refactor: split drawers2 * r + 2 * t2025-05-083-9/+15
| | | | | Split off interactions into new file Also fix hover osd
* refactor: move drawers into separate module2 * r + 2 * t2025-05-083-0/+140