summaryrefslogtreecommitdiff
path: root/modules/lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal: fix bat charge state2 * r + 2 * t2025-10-081-1/+1
| | | | | Counts fully charged and pending charge as charging, same as prior to 90c051cf
* internal: fix battery charging logic for tray and lock (#751)Dylan Myers2025-10-061-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
* lock: different error messages2 * r + 2 * t2025-09-221-2/+2
| | | | To separate between fprint and passwd errors
* sidebar/notifs: better anims + misc fixes2 * r + 2 * t2025-09-202-3/+6
|
* notifs: persistent notifs + better sidebar notifs2 * r + 2 * t2025-09-181-9/+23
|
* sidebar: add notifs2 * r + 2 * t2025-09-181-1/+1
|
* feat: add idle monitor2 * r + 2 * t2025-09-171-0/+1
| | | | Replaces hypridle
* internal: add opacity mask component2 * r + 2 * t2025-09-141-6/+2
|
* plugin/managers: add CircularIndicatorManager2 * r + 2 * t2025-09-131-1/+1
| | | | Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
* internal: use Qt.resolvedUrl2 * r + 2 * t2025-09-092-2/+2
|
* internal: refactor Paths util2 * r + 2 * t2025-09-031-1/+1
|
* lock/notifs: fix undef error2 * r + 2 * t2025-09-021-2/+2
|
* lock: show keyboard layout2 * r + 2 * t2025-08-281-1/+17
| | | | Closes #450
* lock: add caps/num lock indicator2 * r + 2 * t2025-08-281-90/+148
| | | | Closes #485
* internal: move notif icon lower2 * r + 2 * t2025-08-271-1/+1
|
* internal: use Anim component2 * r + 2 * t2025-08-242-6/+4
|
* internal: add canim component2 * r + 2 * t2025-08-241-7/+0
|
* internal: add anim component2 * r + 2 * t2025-08-247-42/+0
| | | | No inlining
* lock: add fprint support (#429)2 * r + 2 * t2025-08-237-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
* lock: better pfp fallback2 * r + 2 * t2025-08-191-2/+1
|
* lock: remove unnecessary id2 * r + 2 * t2025-08-171-2/+0
|
* internal: scale rounding properly2 * r + 2 * t2025-08-172-3/+4
|
* lock: refactor2 * r + 2 * t2025-08-172-5/+2
|
* lock: clear password buffer on unlock2 * r + 2 * t2025-08-161-0/+8
| | | | For when unlocking via ipc/globalshortcut
* lock/notifs: retain notifs2 * r + 2 * t2025-08-151-0/+10
|
* internal: better loading indicator2 * r + 2 * t2025-08-141-57/+10
| | | | Abstract circular progress into own component
* internal: better colourisation2 * r + 2 * t2025-08-142-20/+6
|
* internal: use icon os logo instead of nerd font2 * r + 2 * t2025-08-131-11/+15
| | | | | Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option
* lock/resources: async shapes2 * r + 2 * t2025-08-131-0/+1
|
* lock/fetch: hide user when bat and smol2 * r + 2 * t2025-08-131-20/+18
|
* lock/fetch: add battery2 * r + 2 * t2025-08-121-2/+16
|
* config: add clock font config2 * r + 2 * t2025-08-122-0/+5
| | | | | Also use mono font for lock media artist Add rubik to nix font deps
* lock: dont load media cover when anim2 * r + 2 * t2025-08-124-7/+11
| | | | | Also no fractional font size Fix log warning
* lock: better scaling2 * r + 2 * t2025-08-123-18/+40
|
* lock: better scaling + fix null error2 * r + 2 * t2025-08-123-7/+8
|
* internal: clean up old lock files2 * r + 2 * t2025-08-127-1614/+0
|
* lock: fix input colour2 * r + 2 * t2025-08-121-1/+1
|
* lock/resources: fix scaling2 * r + 2 * t2025-08-121-2/+2
|
* lock/notifs: better anims2 * r + 2 * t2025-08-111-0/+21
|
* lock/notifs: don't show notifs until anim finish2 * r + 2 * t2025-08-112-1/+2
| | | | Cause layout calculations are slow
* lock/notifs: add empty placeholder2 * r + 2 * t2025-08-114-3/+61
|
* lock: add notifs2 * r + 2 * t2025-08-114-0/+385
|
* lock/fetch: shell -> uptime + no qsTr2 * r + 2 * t2025-08-111-4/+4
|
* lock: better scaling for weather & fetch2 * r + 2 * t2025-08-113-69/+124
|
* lock: add fetch + refactor os info2 * r + 2 * t2025-08-112-0/+104
|
* lock: add resources2 * r + 2 * t2025-08-112-1/+153
|
* lock/media: anim image status2 * r + 2 * t2025-08-111-0/+8
|
* lock: better init anim2 * r + 2 * t2025-08-112-1/+3
|
* lock: add media controls2 * r + 2 * t2025-08-111-3/+115
|
* lock: fix transparent shadow2 * r + 2 * t2025-08-111-18/+23
|