summaryrefslogtreecommitdiff
path: root/modules/drawers (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-30launcher: allow show on hover (#498)M Matthew Hydock1-2/+4
added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
2025-08-27osd: add mic volume2 * r + 2 * t1-1/+1
Disabled by default
2025-08-25background: add visualiser2 * r + 2 * t1-0/+2
Also dashboard.visualiserBars -> services.visualiserBars
2025-08-24internal: use Anim component2 * r + 2 * t1-5/+1
2025-08-23interactions: fix popouts close on lose hover2 * r + 2 * t1-0/+6
2025-08-23launcher: exact calculation for wallpaper width2 * r + 2 * t1-1/+1
Fixes #322
2025-08-13bar: allow hiding items and reordering (#379)Laurens Duin3-21/+10
* feat: reorder bar, no popout yet * chore: cleanup * refactor: use DelegateChooser * feat: popouts * chore: cleanup * better popout check + fix async stuff + bar interaction + a bunch of other fixes * fix activewindow and bar vertical padding * readme: add config opt * bar: fix top/bottom padding * bar: better wheel behaviour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-10internal: save mem usage2 * r + 2 * t1-0/+2
Set exclusion window size to 1x1
2025-08-09bar: better scroll actions2 * r + 2 * t1-1/+19
Also fix workspaces interaction area
2025-08-08internal: transparency support coming soon™2 * r + 2 * t3-10/+10
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-07dashboard: showOnHover config option (#361)Noah Zepner1-1/+1
* dashboard: showOnHover config option * dashboard: close on lose focus when !showOnHover Also update readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-04internal: refactor widgets folder2 * r + 2 * t3-3/+4
Split into subdirs and rename to components
2025-07-26interactions: disable when detached panel2 * r + 2 * t1-0/+3
2025-07-26dashboard: show on hover (for touch devices)Soramane1-0/+9
2025-07-26config: allow enable/disable panels2 * r + 2 * t1-2/+2
Closes #240
2025-07-23popouts: better tray menu focus handling2 * r + 2 * t1-11/+4
Don't hide on hover lost, use a focus grab instead
2025-07-22internal: oop forgot to commit this2 * r + 2 * t1-1/+1
part of previous commit fix
2025-07-20internal: code style2 * r + 2 * t1-9/+8
2025-07-16internal: use new qs importsSoramane6-31/+31
2025-07-10bar: some internal fixes2 * r + 2 * t1-5/+3
2025-07-10feat: non persistent bar option2 * r + 2 * t3-2/+26
2025-07-10feat: drag launcher to open/close2 * r + 2 * t1-1/+10
Also fix dragging for session
2025-07-10internal: add utilities panel base2 * r + 2 * t4-2/+59
2025-07-09internal: pass around visibilities2 * r + 2 * t2-2/+4
Instead of singleton Also for panels
2025-07-02internal: use layer.effect2 * r + 2 * t2-25/+17
Also use clipping rect for wallpaper item
2025-06-28config: fix overwrite on startup2 * r + 2 * t1-1/+1
2025-06-21feat: window info panel2 * r + 2 * t2-7/+9
Also disable reload popup
2025-06-19internal: fix qmlls freezing2 * r + 2 * t1-4/+4
2025-06-15exclusions: set input mask to empty2 * r + 2 * t1-0/+1
Fixes #26 and #72
2025-06-15feat: user config file2 * r + 2 * t6-17/+20
Config file at `~/.config/caelestia/shell.json`
2025-06-14Add custom shortcut for launcher, dashboard and osd all in one (#53)Tim Hämisch1-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>
2025-06-08internal: use multieffect for shadow2 * r + 2 * t1-1/+6
2025-06-07popouts: fix bottom glitch2 * r + 2 * t1-1/+1
Fix flicker when popout hits bottom Also animate bottom rounding change
2025-06-06popouts: fix multimonitoroutfoxxed3-4/+8
2025-06-07internal: move bar to drawer window2 * r + 2 * t6-11/+34
Fixes a few bugs, also removes need for hyprland order layerrule
2025-06-05bar: fix popout wrapping and morphing2 * r + 2 * t2-2/+2
2025-06-05drawers: fix interaction areas2 * r + 2 * t2-9/+8
Outer corners shouldn't be part of interaction area
2025-06-04internal: use panelwindow2 * r + 2 * t1-2/+2
Using WlrLayershell broke for newer versions of qs
2025-06-04bar: ensure popouts fully on screen2 * r + 2 * t2-1/+8
Also round the other way if touching edge
2025-06-02feat: bar popouts2 * r + 2 * t3-0/+33
Create active window popout
2025-05-29notifs: fix opening anim when spam notifs2 * r + 2 * t2-3/+0
No open/close state, just animate height
2025-05-27drawers: fix interactions area2 * r + 2 * t1-2/+2
Make osd slider handles have pointer cursor
2025-05-27drawers: dont use hyprland cursor pos2 * r + 2 * t2-26/+25
Use mousearea with positionChanged and containsMouse
2025-05-27drawers: fix interactions for multimonitor2 * r + 2 * t1-2/+2
Or monitors that arent positioned at 0,0 *cough* outfoxxed
2025-05-26notifs: better height2 * r + 2 * t1-0/+3
Get blocked by other panels from the right side (osd and session) Limit max height to screen height
2025-05-24bar: fix storing only one2 * r + 2 * t1-1/+1
2025-05-24drawers: fix interactions2 * r + 2 * t2-3/+5
Fix offset caused by bar
2025-05-24internal: fix null error2 * r + 2 * t1-1/+1
2025-05-23internal: fix exclusion zones for quickshell update2 * r + 2 * t1-11/+5
2025-05-23bar: switch to embedded style2 * r + 2 * t1-0/+2