summaryrefslogtreecommitdiff
path: root/modules/lock/Fetch.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bar/osicon: fix blurriness (#1271)Kalagmitan9 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>
* 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>
* internal: no async loaders2 * r + 2 * t2026-01-161-1/+0
| | | | Fixes reload issue and all stuff not loading issues
* 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