Commit graph

15 commits

Author SHA1 Message Date
2 * r + 2 * t
d0f2df9bae chore: fix all import formats 2026-03-22 06:02:19 +11:00
2 * r + 2 * t
473e4456b0 feat: async bar 2026-03-20 01:18:45 +11:00
Kalagmitan
0903a6a84b
bar/osicon: fix blurriness (#1271)
* 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>
2026-03-15 18:51:07 +11:00
Robin Seger
1bb7afe7b0
feat: add Logo shape component (#1247)
* 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>
2026-03-10 00:27:43 +11:00
ATMDA
4897b37882 osicon: toggle launcher on click 2025-11-09 23:51:53 -05:00
2 * r + 2 * t
04ce9ccbb4 internal: better colourisation 2025-08-14 16:25:46 +10:00
2 * r + 2 * t
7c0f5533e1 internal: use icon os logo instead of nerd font
Add caelestia logo to use as fallback os logo
Add recolour lock fetch logo option
2025-08-13 23:03:23 +10:00
2 * r + 2 * t
0771aad11e lock: add fetch + refactor os info 2025-08-11 15:14:04 +10:00
2 * r + 2 * t
c5381c5194 internal: refactor widgets folder
Split into subdirs and rename to components
2025-08-04 22:45:15 +10:00
Soramane
4598e8a775 internal: use new qs imports 2025-07-16 18:02:28 +10:00
2 * r + 2 * t
9f55a6d0aa bar: better colours 2025-05-24 14:06:02 +08:00
2 * r + 2 * t
1fdaf24526 refactor: move colours to separate service 2025-05-05 14:50:18 +10:00
2 * r + 2 * t
01d9c31859 bar: fix alignment
Also refactor box -> styledrect + paddedrect
2025-04-29 10:53:54 +10:00
2 * r + 2 * t
5fd8d0f6da refactor: use anchors instead of layouts 2025-04-29 10:29:30 +10:00
2 * r + 2 * t
46e1127b66 refactor: move bar components into folder 2025-04-29 09:38:23 +10:00
Renamed from modules/bar/OsIcon.qml (Browse further)