summaryrefslogtreecommitdiff
path: root/modules/lock/Fetch.qml (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
* internal: better colourisation2 * r + 2 * t2025-08-141-8/+2
|
* 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/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
|
* lock: dont load media cover when anim2 * r + 2 * t2025-08-121-1/+1
| | | | | Also no fractional font size Fix log warning
* lock: better scaling2 * r + 2 * t2025-08-121-5/+19
|
* lock: better scaling + fix null error2 * r + 2 * t2025-08-121-1/+1
|
* lock: add notifs2 * r + 2 * t2025-08-111-0/+1
|
* lock/fetch: shell -> uptime + no qsTr2 * r + 2 * t2025-08-111-4/+4
|
* lock: better scaling for weather & fetch2 * r + 2 * t2025-08-111-18/+57
|
* lock: add fetch + refactor os info2 * r + 2 * t2025-08-111-0/+102