summaryrefslogtreecommitdiff
path: root/modules/bar/components/OsIcon.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bar/osicon: fix blurriness (#1271)Kalagmitan9 days1-7/+7
| | | | | | | | | | | | | | | | | | | | | * 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-6/+24
| | | | | | | | | | | | | | | | | | | | | | * 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>
* osicon: toggle launcher on clickATMDA2025-11-091-4/+22
|
* internal: better colourisation2 * r + 2 * t2025-08-141-8/+3
|
* internal: use icon os logo instead of nerd font2 * r + 2 * t2025-08-131-6/+10
| | | | | Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option
* lock: add fetch + refactor os info2 * r + 2 * t2025-08-111-1/+1
|
* internal: refactor widgets folder2 * r + 2 * t2025-08-041-1/+1
| | | | Split into subdirs and rename to components
* internal: use new qs importsSoramane2025-07-161-4/+4
|
* bar: better colours2 * r + 2 * t2025-05-241-1/+1
|
* refactor: move colours to separate service2 * r + 2 * t2025-05-051-1/+2
|
* bar: fix alignment2 * r + 2 * t2025-04-291-14/+5
| | | | Also refactor box -> styledrect + paddedrect
* refactor: use anchors instead of layouts2 * r + 2 * t2025-04-291-1/+1
|
* refactor: move bar components into folder2 * r + 2 * t2025-04-291-0/+19