summaryrefslogtreecommitdiff
path: root/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-10bar: some internal fixes2 * r + 2 * t2-8/+6
2025-07-10feat: non persistent bar option2 * r + 2 * t5-3/+105
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 * t8-3/+201
2025-07-10lock: fix input dragging2 * r + 2 * t1-0/+1
You could drag it horizontally cause it was interactive lol
2025-07-10internal: scroll fix part 22 * r + 2 * t2-2/+2
Closes #202
2025-07-09internal: fix scrolling for high res devices2 * r + 2 * t3-8/+9
Implements first part of #202
2025-07-09notifs: fix shrink height2 * r + 2 * t1-2/+2
Fix height when osd/session blocks
2025-07-09internal: pass around visibilities2 * r + 2 * t6-8/+22
Instead of singleton Also for panels
2025-07-09notifs: add indicators for offscreen notifs2 * r + 2 * t2-34/+44
2025-07-09lock: fix notifs height on startup2 * r + 2 * t1-0/+6
For some reason they do not have the correct height, so use a timer to recalculate after a small delay
2025-07-09internal: better anims2 * r + 2 * t3-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)
2025-07-09dashboard: use shape for media visualiser2 * r + 2 * t1-41/+35
More cpu efficient
2025-07-09internal: better ripple anim2 * r + 2 * t1-20/+17
Fade after expansion, also correctly calculate ripple size Also fix ripples triggering on disabled buttons
2025-07-07paths: decode urls2 * r + 2 * t3-4/+6
Fixes spaces in paths breaking things
2025-07-07dashboard: fix pfp picker2 * r + 2 * t4-16/+22
Fixes caelestia-dots/caelestia#21
2025-07-03winfo: fix kill button2 * r + 2 * t1-1/+1
2025-07-03feat: fahrenheit option for weather (#189)William (Liam) Snow IV2-2/+2
* 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>
2025-07-02internal: use layer.effect2 * r + 2 * t8-132/+86
Also use clipping rect for wallpaper item
2025-07-01winfo: fix freeze when no active client2 * r + 2 * t1-1/+1
2025-06-30picker: fix client rects2 * r + 2 * t1-1/+1
2025-06-28internal: make weather reload on creation2 * r + 2 * t1-4/+1
Cause loadered
2025-06-28dashboard: optimise systemusage2 * r + 2 * t2-1/+8
Ref same way as cava
2025-06-28dashboard: optimise cava2 * r + 2 * t1-0/+4
Use refs to prevent loading at all times
2025-06-28dashboard: loader panes2 * r + 2 * t4-22/+27
2025-06-28internal: use layouts for dashboard2 * r + 2 * t2-8/+25
2025-06-28dashboard: loader content2 * r + 2 * t3-16/+31
2025-06-28picker: sort client rects2 * r + 2 * t1-1/+8
Pinned > floating > others
2025-06-28config: allow resolving paths from home2 * r + 2 * t3-6/+5
2025-06-28config: fix overwrite on startup2 * r + 2 * t8-16/+16
2025-06-27picker: fix client selecting2 * r + 2 * t1-6/+10
2025-06-27internal: windowinfo pass in client2 * r + 2 * t5-32/+43
So it can be used for clients other than the active one Also fix text below screencopyview
2025-06-27internal: use hyprlandtoplevel2 * r + 2 * t8-40/+40
2025-06-27icons: fix grade more icons2 * r + 2 * t5-4/+10
Media and pfp fallback icons Also fix dashboard user os icon
2025-06-26lock: show notif list not popups2 * r + 2 * t1-1/+1
2025-06-26lock: add isLocked ipc handler2 * r + 2 * t1-0/+8
Fixes #165 Also add unlock ipc handler
2025-06-26icons: some fixes for previous axes change2 * r + 2 * t6-9/+17
Mostly spacing fixes Also qsTr windowinfo class and title when none
2025-06-26icons: use variable axes2 * r + 2 * t7-21/+0
2025-06-26dashboard: fix calendar2 * r + 2 * t1-1/+1
Fixes days in negative utc timezones
2025-06-26lock: fix buttons2 * r + 2 * t1-0/+1
2025-06-25launcher: fix wallpaper preview exit2 * r + 2 * t1-3/+1
2025-06-25config: make gifs configurable2 * r + 2 * t3-3/+3
2025-06-25lock: fix rounding2 * r + 2 * t1-6/+6
Fix rounding on status and buttons
2025-06-25lock: add notifs and status2 * r + 2 * t4-0/+554
2025-06-25internal: move notif icon guessing to utils2 * r + 2 * t1-28/+2
2025-06-25lock: add session buttons2 * r + 2 * t3-0/+189
2025-06-25lock: fix media position2 * r + 2 * t2-35/+38
2025-06-25lock: completely hide media if screen too small2 * r + 2 * t2-30/+39
2025-06-25lock: increase large screen size2 * r + 2 * t1-2/+2
Also move to config
2025-06-25lock: shrink media if small screen2 * r + 2 * t2-13/+17