summaryrefslogtreecommitdiff
path: root/modules/lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal: remove unnecessary import2 * r + 2 * t2025-07-201-1/+0
|
* bluetooth: use qs bluetoothSoramane2025-07-161-2/+3
|
* internal: create service configSoramane2025-07-161-1/+1
|
* internal: use new qs importsSoramane2025-07-1610-31/+31
|
* lock: fix input dragging2 * r + 2 * t2025-07-101-0/+1
| | | | You could drag it horizontally cause it was interactive lol
* notifs: add indicators for offscreen notifs2 * r + 2 * t2025-07-091-34/+2
|
* 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-091-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)
* paths: decode urls2 * r + 2 * t2025-07-071-1/+1
| | | | Fixes spaces in paths breaking things
* feat: fahrenheit option for weather (#189)William (Liam) Snow IV2025-07-031-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>
* internal: use layer.effect2 * r + 2 * t2025-07-023-48/+34
| | | | Also use clipping rect for wallpaper item
* config: fix overwrite on startup2 * r + 2 * t2025-06-281-7/+7
|
* icons: fix grade more icons2 * r + 2 * t2025-06-272-0/+2
| | | | | | Media and pfp fallback icons Also fix dashboard user os icon
* lock: show notif list not popups2 * r + 2 * t2025-06-261-1/+1
|
* lock: add isLocked ipc handler2 * r + 2 * t2025-06-261-0/+8
| | | | | | Fixes #165 Also add unlock ipc handler
* icons: some fixes for previous axes change2 * r + 2 * t2025-06-261-0/+3
| | | | | Mostly spacing fixes Also qsTr windowinfo class and title when none
* icons: use variable axes2 * r + 2 * t2025-06-262-6/+0
|
* lock: fix buttons2 * r + 2 * t2025-06-261-0/+1
|
* lock: fix rounding2 * r + 2 * t2025-06-251-6/+6
| | | | Fix rounding on status and buttons
* lock: add notifs and status2 * r + 2 * t2025-06-254-0/+554
|
* lock: add session buttons2 * r + 2 * t2025-06-253-0/+189
|
* lock: fix media position2 * r + 2 * t2025-06-252-35/+38
|
* lock: completely hide media if screen too small2 * r + 2 * t2025-06-252-30/+39
|
* lock: increase large screen size2 * r + 2 * t2025-06-251-2/+2
| | | | Also move to config
* lock: shrink media if small screen2 * r + 2 * t2025-06-252-13/+17
|
* lock: move media to bottom right if small screen2 * r + 2 * t2025-06-253-19/+59
|
* lock: fix exit anim for multimon2 * r + 2 * t2025-06-252-4/+14
|
* lock: fix space inputs2 * r + 2 * t2025-06-251-1/+1
|
* lock: add media2 * r + 2 * t2025-06-235-1/+376
|
* lock: add weather2 * r + 2 * t2025-06-224-11/+143
|
* lock: static border2 * r + 2 * t2025-06-221-5/+1
| | | | Not percentage + equal on all sides
* lock: lazy load locker2 * r + 2 * t2025-06-221-6/+17
|
* feat: lock screen2 * r + 2 * t2025-06-225-0/+659