summaryrefslogtreecommitdiff
path: root/modules/lock (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-10lock: fix input dragging2 * r + 2 * t1-0/+1
You could drag it horizontally cause it was interactive lol
2025-07-09notifs: add indicators for offscreen notifs2 * r + 2 * t1-34/+2
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 * t1-2/+14
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-07paths: decode urls2 * r + 2 * t1-1/+1
Fixes spaces in paths breaking things
2025-07-03feat: fahrenheit option for weather (#189)William (Liam) Snow IV1-1/+1
* 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 * t3-48/+34
Also use clipping rect for wallpaper item
2025-06-28config: fix overwrite on startup2 * r + 2 * t1-7/+7
2025-06-27icons: fix grade more icons2 * r + 2 * t2-0/+2
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 * t1-0/+3
Mostly spacing fixes Also qsTr windowinfo class and title when none
2025-06-26icons: use variable axes2 * r + 2 * t2-6/+0
2025-06-26lock: fix buttons2 * r + 2 * t1-0/+1
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-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
2025-06-25lock: move media to bottom right if small screen2 * r + 2 * t3-19/+59
2025-06-25lock: fix exit anim for multimon2 * r + 2 * t2-4/+14
2025-06-25lock: fix space inputs2 * r + 2 * t1-1/+1
2025-06-23lock: add media2 * r + 2 * t5-1/+376
2025-06-22lock: add weather2 * r + 2 * t4-11/+143
2025-06-22lock: static border2 * r + 2 * t1-5/+1
Not percentage + equal on all sides
2025-06-22lock: lazy load locker2 * r + 2 * t1-6/+17
2025-06-22feat: lock screen2 * r + 2 * t5-0/+659