| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-08-30 | launcher: allow show on hover (#498) | M Matthew Hydock | 1 | -2/+4 | |
| added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled. | |||||
| 2025-08-27 | osd: add mic volume | 2 * r + 2 * t | 1 | -1/+1 | |
| Disabled by default | |||||
| 2025-08-25 | background: add visualiser | 2 * r + 2 * t | 1 | -0/+2 | |
| Also dashboard.visualiserBars -> services.visualiserBars | |||||
| 2025-08-24 | internal: use Anim component | 2 * r + 2 * t | 1 | -5/+1 | |
| 2025-08-23 | interactions: fix popouts close on lose hover | 2 * r + 2 * t | 1 | -0/+6 | |
| 2025-08-23 | launcher: exact calculation for wallpaper width | 2 * r + 2 * t | 1 | -1/+1 | |
| Fixes #322 | |||||
| 2025-08-13 | bar: allow hiding items and reordering (#379) | Laurens Duin | 3 | -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-10 | internal: save mem usage | 2 * r + 2 * t | 1 | -0/+2 | |
| Set exclusion window size to 1x1 | |||||
| 2025-08-09 | bar: better scroll actions | 2 * r + 2 * t | 1 | -1/+19 | |
| Also fix workspaces interaction area | |||||
| 2025-08-08 | internal: transparency support coming soon™ | 2 * r + 2 * t | 3 | -10/+10 | |
| Also fix media player selector text colour Fix colour preview not resetting light/dark mode | |||||
| 2025-08-07 | dashboard: showOnHover config option (#361) | Noah Zepner | 1 | -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-04 | internal: refactor widgets folder | 2 * r + 2 * t | 3 | -3/+4 | |
| Split into subdirs and rename to components | |||||
| 2025-07-26 | interactions: disable when detached panel | 2 * r + 2 * t | 1 | -0/+3 | |
| 2025-07-26 | dashboard: show on hover (for touch devices) | Soramane | 1 | -0/+9 | |
| 2025-07-26 | config: allow enable/disable panels | 2 * r + 2 * t | 1 | -2/+2 | |
| Closes #240 | |||||
| 2025-07-23 | popouts: better tray menu focus handling | 2 * r + 2 * t | 1 | -11/+4 | |
| Don't hide on hover lost, use a focus grab instead | |||||
| 2025-07-22 | internal: oop forgot to commit this | 2 * r + 2 * t | 1 | -1/+1 | |
| part of previous commit fix | |||||
| 2025-07-20 | internal: code style | 2 * r + 2 * t | 1 | -9/+8 | |
| 2025-07-16 | internal: use new qs imports | Soramane | 6 | -31/+31 | |
| 2025-07-10 | bar: some internal fixes | 2 * r + 2 * t | 1 | -5/+3 | |
| 2025-07-10 | feat: non persistent bar option | 2 * r + 2 * t | 3 | -2/+26 | |
| 2025-07-10 | feat: drag launcher to open/close | 2 * r + 2 * t | 1 | -1/+10 | |
| Also fix dragging for session | |||||
| 2025-07-10 | internal: add utilities panel base | 2 * r + 2 * t | 4 | -2/+59 | |
| 2025-07-09 | internal: pass around visibilities | 2 * r + 2 * t | 2 | -2/+4 | |
| Instead of singleton Also for panels | |||||
| 2025-07-02 | internal: use layer.effect | 2 * r + 2 * t | 2 | -25/+17 | |
| Also use clipping rect for wallpaper item | |||||
| 2025-06-28 | config: fix overwrite on startup | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-06-21 | feat: window info panel | 2 * r + 2 * t | 2 | -7/+9 | |
| Also disable reload popup | |||||
| 2025-06-19 | internal: fix qmlls freezing | 2 * r + 2 * t | 1 | -4/+4 | |
| 2025-06-15 | exclusions: set input mask to empty | 2 * r + 2 * t | 1 | -0/+1 | |
| Fixes #26 and #72 | |||||
| 2025-06-15 | feat: user config file | 2 * r + 2 * t | 6 | -17/+20 | |
| Config file at `~/.config/caelestia/shell.json` | |||||
| 2025-06-14 | Add custom shortcut for launcher, dashboard and osd all in one (#53) | Tim Hämisch | 1 | -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-08 | internal: use multieffect for shadow | 2 * r + 2 * t | 1 | -1/+6 | |
| 2025-06-07 | popouts: fix bottom glitch | 2 * r + 2 * t | 1 | -1/+1 | |
| Fix flicker when popout hits bottom Also animate bottom rounding change | |||||
| 2025-06-06 | popouts: fix multimonitor | outfoxxed | 3 | -4/+8 | |
| 2025-06-07 | internal: move bar to drawer window | 2 * r + 2 * t | 6 | -11/+34 | |
| Fixes a few bugs, also removes need for hyprland order layerrule | |||||
| 2025-06-05 | bar: fix popout wrapping and morphing | 2 * r + 2 * t | 2 | -2/+2 | |
| 2025-06-05 | drawers: fix interaction areas | 2 * r + 2 * t | 2 | -9/+8 | |
| Outer corners shouldn't be part of interaction area | |||||
| 2025-06-04 | internal: use panelwindow | 2 * r + 2 * t | 1 | -2/+2 | |
| Using WlrLayershell broke for newer versions of qs | |||||
| 2025-06-04 | bar: ensure popouts fully on screen | 2 * r + 2 * t | 2 | -1/+8 | |
| Also round the other way if touching edge | |||||
| 2025-06-02 | feat: bar popouts | 2 * r + 2 * t | 3 | -0/+33 | |
| Create active window popout | |||||
| 2025-05-29 | notifs: fix opening anim when spam notifs | 2 * r + 2 * t | 2 | -3/+0 | |
| No open/close state, just animate height | |||||
| 2025-05-27 | drawers: fix interactions area | 2 * r + 2 * t | 1 | -2/+2 | |
| Make osd slider handles have pointer cursor | |||||
| 2025-05-27 | drawers: dont use hyprland cursor pos | 2 * r + 2 * t | 2 | -26/+25 | |
| Use mousearea with positionChanged and containsMouse | |||||
| 2025-05-27 | drawers: fix interactions for multimonitor | 2 * r + 2 * t | 1 | -2/+2 | |
| Or monitors that arent positioned at 0,0 *cough* outfoxxed | |||||
| 2025-05-26 | notifs: better height | 2 * r + 2 * t | 1 | -0/+3 | |
| Get blocked by other panels from the right side (osd and session) Limit max height to screen height | |||||
| 2025-05-24 | bar: fix storing only one | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-05-24 | drawers: fix interactions | 2 * r + 2 * t | 2 | -3/+5 | |
| Fix offset caused by bar | |||||
| 2025-05-24 | internal: fix null error | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-05-23 | internal: fix exclusion zones for quickshell update | 2 * r + 2 * t | 1 | -11/+5 | |
| 2025-05-23 | bar: switch to embedded style | 2 * r + 2 * t | 1 | -0/+2 | |