summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: drag launcher to open/close2 * r + 2 * t2025-07-102-1/+11
| | | | Also fix dragging for session
* internal: add utilities panel base2 * r + 2 * t2025-07-108-3/+201
|
* lock: fix input dragging2 * r + 2 * t2025-07-101-0/+1
| | | | You could drag it horizontally cause it was interactive lol
* internal: scroll fix part 22 * r + 2 * t2025-07-104-2/+20
| | | | Closes #202
* internal: fix scrolling for high res devices2 * r + 2 * t2025-07-095-10/+33
| | | | Implements first part of #202
* dashboard: sleep cava2 * r + 2 * t2025-07-091-2/+15
| | | | | | Closes #201 Also allow hot updating visualiser bars config
* notifs: fix shrink height2 * r + 2 * t2025-07-091-2/+2
| | | | Fix height when osd/session blocks
* internal: pass around visibilities2 * r + 2 * t2025-07-097-9/+22
| | | | | Instead of singleton Also for panels
* notifs: add indicators for offscreen notifs2 * r + 2 * t2025-07-093-34/+96
|
* lock: fix notifs height on startup2 * r + 2 * t2025-07-091-0/+6
| | | | For some reason they do not have the correct height, so use a timer to recalculate after a small delay
* internal: better anims2 * r + 2 * t2025-07-093-8/+20
| | | | | | Appear anims for osd and session from fast spatial -> default spatial Anim opacity for lock notif extra counter Fix extra counter (list not popups)
* dashboard: use shape for media visualiser2 * r + 2 * t2025-07-091-41/+35
| | | | More cpu efficient
* hyprland: fix refreshing on events2 * r + 2 * t2025-07-091-4/+12
|
* internal: better ripple anim2 * r + 2 * t2025-07-092-39/+37
| | | | | Fade after expansion, also correctly calculate ripple size Also fix ripples triggering on disabled buttons
* paths: decode urls2 * r + 2 * t2025-07-077-11/+17
| | | | Fixes spaces in paths breaking things
* dashboard: fix pfp picker2 * r + 2 * t2025-07-074-16/+22
| | | | Fixes caelestia-dots/caelestia#21
* issues: better templates2 * r + 2 * t2025-07-045-52/+81
| | | | Use yaml for templates + force using a template
* Merge branch 'main' of https://github.com/caelestia-dots/shell2 * r + 2 * t2025-07-035-5/+9
|\
| * feat: fahrenheit option for weather (#189)William (Liam) Snow IV2025-07-035-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | * Added Fahrenheit to Weather Service * some fixes Allow for hot reloading config opt Add opt to example config --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* | winfo: fix kill button2 * r + 2 * t2025-07-031-1/+1
|/
* internal: set default bpm to 12 * r + 2 * t2025-07-021-1/+1
| | | | So the media gif still plays even when beat detector doesnt work
* internal: use layer.effect2 * r + 2 * t2025-07-028-132/+86
| | | | Also use clipping rect for wallpaper item
* internal: better curve for button ripples2 * r + 2 * t2025-07-021-1/+1
|
* osd: allow scroll2 * r + 2 * t2025-07-011-0/+2
|
* winfo: fix freeze when no active client2 * r + 2 * t2025-07-011-1/+1
|
* picker: fix client rects2 * r + 2 * t2025-06-301-1/+1
|
* weather: use xmlhttprequest2 * r + 2 * t2025-06-293-26/+50
| | | | | | Remove curl dependency Also add buffer period so it doesnt spam api requests
* icons: add keyboard bluetooth device2 * r + 2 * t2025-06-291-0/+2
|
* internal: more explicit2 * r + 2 * t2025-06-281-1/+1
|
* internal: make weather reload on creation2 * r + 2 * t2025-06-281-4/+1
| | | | Cause loadered
* dashboard: optimise systemusage2 * r + 2 * t2025-06-283-9/+13
| | | | Ref same way as cava
* dashboard: optimise cava2 * r + 2 * t2025-06-283-1/+18
| | | | Use refs to prevent loading at all times
* dashboard: loader panes2 * r + 2 * t2025-06-284-22/+27
|
* internal: use layouts for dashboard2 * r + 2 * t2025-06-282-8/+25
|
* dashboard: loader content2 * r + 2 * t2025-06-283-16/+31
|
* picker: sort client rects2 * r + 2 * t2025-06-281-1/+8
| | | | Pinned > floating > others
* readme: fix prev commit2 * r + 2 * t2025-06-281-2/+2
| | | | Oops forgot to commit changes
* readme: update config section2 * r + 2 * t2025-06-281-2/+59
|
* config: allow resolving paths from home2 * r + 2 * t2025-06-284-8/+7
|
* config: fix overwrite on startup2 * r + 2 * t2025-06-289-19/+16
|
* readme: add stuff2 * r + 2 * t2025-06-281-48/+95
| | | | | | Fixes #171 Add installation, update usage
* readme: fix kofi badge2 * r + 2 * t2025-06-271-1/+1
|
* internal: use Process.exec2 * r + 2 * t2025-06-271-8/+1
|
* wallpapers: watch wallpaper dir for changes2 * r + 2 * t2025-06-271-0/+15
|
* picker: fix client selecting2 * r + 2 * t2025-06-271-6/+10
|
* internal: windowinfo pass in client2 * r + 2 * t2025-06-275-32/+43
| | | | | So it can be used for clients other than the active one Also fix text below screencopyview
* internal: use hyprlandtoplevel2 * r + 2 * t2025-06-279-129/+52
|
* icons: fix grade more icons2 * r + 2 * t2025-06-275-4/+10
| | | | | | Media and pfp fallback icons Also fix dashboard user os icon
* lock: show notif list not popups2 * r + 2 * t2025-06-261-1/+1
|
* notifs: expire by default + increase expire timeout2 * r + 2 * t2025-06-261-2/+2
|