summaryrefslogtreecommitdiff
path: root/modules/lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove more things, make lock screen use wallpaper not screenshotFreya Murphy7 days1-3/+4
|
* clean up lock screenFreya Murphy7 days3-367/+0
|
* bar/osicon: fix blurriness (#1271)Kalagmitan8 days1-1/+0
| | | | | | | | | | | | | | | | | | | | | * osicon: Unblurred sidebar icon + The multiplier on the implicitWidth and implicitHeight caused the distro icon on the sidebar to look blurry. I believe this is because the screen can't render a fraction of a pixel, and so, the qtengine compensates by using anti-aliasing which causes the icon look smudged. + I changed the font size of the icon to a standard integer size (extraLarge) and removed the multipliers. A side-effect of this commit is that the icon looks a bit bigger now, I chose extraLarge instead of just large because the icon looked a bit too small, but I do not know of other people's preference on this. * feat: Adjusted root implictWidth and implicitHeight * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* config: add option to hide notifications on lockscreen (#1211)八奈見 レイ8 days1-3/+3
|
* media: hide person icon if user pfp is ready (#1213)Xavier Lhinares8 days1-0/+1
|
* notifs: add sourceSize to notification images2 * r + 2 * t11 days1-0/+2
|
* notifs: single-pass derived properties in NotifGroup2 * r + 2 * t11 days1-3/+24
|
* feat: add Logo shape component (#1247)Robin Seger2026-03-101-9/+22
| | | | | | | | | | | | | | | | | | | | | | * Logo Shape component - Added Logo.qml component with scaling - Updated OsIcon to use Logo component * missed removing tour * [CI] chore: update flake * Colours.palette defaults * fixed import, added logo to Fetch.qml * single shape parent, prop changes * prop changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* background: fix desktop clock 12h format2 * r + 2 * t2026-01-201-4/+3
|
* internal: fix lock null warnings2 * r + 2 * t2026-01-161-2/+2
|
* internal: no async loaders2 * r + 2 * t2026-01-165-9/+0
| | | | Fixes reload issue and all stuff not loading issues
* lock: fix weather2 * r + 2 * t2026-01-041-24/+5
|
* 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
|