| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| | |
|
| | |
|
| |
|
|
| |
Fixes reload issue and all stuff not loading issues
|
| | |
|
| |
|
|
|
| |
Counts fully charged and pending charge as charging, same as prior to
90c051cf
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
To separate between fprint and passwd errors
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Replaces hypridle
|
| | |
|
| |
|
|
| |
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Closes #450
|
| |
|
|
| |
Closes #485
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
No inlining
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
For when unlocking via ipc/globalshortcut
|
| | |
|
| |
|
|
| |
Abstract circular progress into own component
|
| | |
|
| |
|
|
|
| |
Add caelestia logo to use as fallback os logo
Add recolour lock fetch logo option
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Also use mono font for lock media artist
Add rubik to nix font deps
|
| |
|
|
|
| |
Also no fractional font size
Fix log warning
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|