summaryrefslogtreecommitdiff
path: root/modules/lock (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-12notifs/toasts: reverted all changes to notifications to c0ea060fATMDA2-3/+3
2025-11-12notifs/toasts: reworked notifications and toasts and how they display and ↵ATMDA2-3/+3
work together. see pull request comment.
2025-10-08internal: fix bat charge state2 * r + 2 * t1-1/+1
Counts fully charged and pending charge as charging, same as prior to 90c051cf
2025-10-06internal: fix battery charging logic for tray and lock (#751)Dylan Myers1-1/+1
* Update StatusIcons.qml --- Fix battery chargiing logic idk what the difference is in the return value of UPower.onBattery and UPower.displayDevice.state, but the former always returns false after unplugging my laptop. Changing this to the more specific displayDevice.state === 2 fixes this * Fetch.qml --- Fix battery charging boolean logic * Use enum value for UPowerDeviceState instead of index * Use enum value for UPowerDeviceState instead of index * Update Fetch.qml --- invert battery conditional logic
2025-09-22lock: different error messages2 * r + 2 * t1-2/+2
To separate between fprint and passwd errors
2025-09-20sidebar/notifs: better anims + misc fixes2 * r + 2 * t2-3/+6
2025-09-18notifs: persistent notifs + better sidebar notifs2 * r + 2 * t1-9/+23
2025-09-18sidebar: add notifs2 * r + 2 * t1-1/+1
2025-09-17feat: add idle monitor2 * r + 2 * t1-0/+1
Replaces hypridle
2025-09-14internal: add opacity mask component2 * r + 2 * t1-6/+2
2025-09-13plugin/managers: add CircularIndicatorManager2 * r + 2 * t1-1/+1
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
2025-09-09internal: use Qt.resolvedUrl2 * r + 2 * t2-2/+2
2025-09-03internal: refactor Paths util2 * r + 2 * t1-1/+1
2025-09-02lock/notifs: fix undef error2 * r + 2 * t1-2/+2
2025-08-28lock: show keyboard layout2 * r + 2 * t1-1/+17
Closes #450
2025-08-28lock: add caps/num lock indicator2 * r + 2 * t1-90/+148
Closes #485
2025-08-27internal: move notif icon lower2 * r + 2 * t1-1/+1
2025-08-24internal: use Anim component2 * r + 2 * t2-6/+4
2025-08-24internal: add canim component2 * r + 2 * t1-7/+0
2025-08-24internal: add anim component2 * r + 2 * t7-42/+0
No inlining
2025-08-23lock: add fprint support (#429)2 * r + 2 * t7-29/+295
* lock: add fprint support * lock: better fprint detection * lock: cap error retries * nix: fix fprint pam for nix * lock: reset fprint tries * lock: minor pam fixes Delay fprint error retries Reset fprint error retries on lock * lock: loading indicator passwd state Instead of fprint state cause no way of detecting that * dashboard: better visualiser * lock: better fprint availability check * lock: better in/out anim Animating layout sizes is a bad idea :woe: Use scale instead * lock: add better error/fail messages * lock: less fprint icon states Already shown by message * lock: fix fprint reset * lock: include passwd pam * lock: flash message on change * lock: fix message anim Also wrap message instead of eliding * lock: better messages for no fprint
2025-08-19lock: better pfp fallback2 * r + 2 * t1-2/+1
2025-08-17lock: remove unnecessary id2 * r + 2 * t1-2/+0
2025-08-17internal: scale rounding properly2 * r + 2 * t2-3/+4
2025-08-17lock: refactor2 * r + 2 * t2-5/+2
2025-08-16lock: clear password buffer on unlock2 * r + 2 * t1-0/+8
For when unlocking via ipc/globalshortcut
2025-08-15lock/notifs: retain notifs2 * r + 2 * t1-0/+10
2025-08-14internal: better loading indicator2 * r + 2 * t1-57/+10
Abstract circular progress into own component
2025-08-14internal: better colourisation2 * r + 2 * t2-20/+6
2025-08-13internal: use icon os logo instead of nerd font2 * r + 2 * t1-11/+15
Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option
2025-08-13lock/resources: async shapes2 * r + 2 * t1-0/+1
2025-08-13lock/fetch: hide user when bat and smol2 * r + 2 * t1-20/+18
2025-08-12lock/fetch: add battery2 * r + 2 * t1-2/+16
2025-08-12config: add clock font config2 * r + 2 * t2-0/+5
Also use mono font for lock media artist Add rubik to nix font deps
2025-08-12lock: dont load media cover when anim2 * r + 2 * t4-7/+11
Also no fractional font size Fix log warning
2025-08-12lock: better scaling2 * r + 2 * t3-18/+40
2025-08-12lock: better scaling + fix null error2 * r + 2 * t3-7/+8
2025-08-12internal: clean up old lock files2 * r + 2 * t7-1614/+0
2025-08-12lock: fix input colour2 * r + 2 * t1-1/+1
2025-08-12lock/resources: fix scaling2 * r + 2 * t1-2/+2
2025-08-11lock/notifs: better anims2 * r + 2 * t1-0/+21
2025-08-11lock/notifs: don't show notifs until anim finish2 * r + 2 * t2-1/+2
Cause layout calculations are slow
2025-08-11lock/notifs: add empty placeholder2 * r + 2 * t4-3/+61
2025-08-11lock: add notifs2 * r + 2 * t4-0/+385
2025-08-11lock/fetch: shell -> uptime + no qsTr2 * r + 2 * t1-4/+4
2025-08-11lock: better scaling for weather & fetch2 * r + 2 * t3-69/+124
2025-08-11lock: add fetch + refactor os info2 * r + 2 * t2-0/+104
2025-08-11lock: add resources2 * r + 2 * t2-1/+153
2025-08-11lock/media: anim image status2 * r + 2 * t1-0/+8
2025-08-11lock: better init anim2 * r + 2 * t2-1/+3