1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 23:01:04 +02:00
Commit graph

13 commits

Author SHA1 Message Date
3e55d87c3a
refactor: overhaul .desktop and image resolver systems
Rewrites the desktop file parser code and image resolver code to introduce caching system and make fully async. They should be much faster now.

BREAKING CHANGE: The `icon_theme` setting has been moved from per-bar to top-level
2025-05-25 16:24:17 +01:00
202c19efd4
refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
aaef3bf96c
refactor: fix new strict clippy warnings 2024-02-01 22:39:43 +00:00
996ad7e27f
refactor(desktop file): simplify some none-type handling 2024-01-24 23:04:14 +00:00
6f531a5654
refactor: remove lazy_static and async_once 2024-01-09 23:33:07 +00:00
5582dcf373
refactor: fix new clippy warning 2023-10-17 20:22:19 +01:00
fea1f18524
refactor: fix new clippy warnings, fmt 2023-08-25 22:55:12 +01:00
7f6fef6338
fix(image): matching desktop file names too eagerly
Fixes #228
2023-07-26 22:03:27 +01:00
4ca17d1337
fix(launcher): incorrectly resolving some applications
Potentially also fixes some mismatches with icons.

Fixes #222.
2023-07-05 23:32:56 +01:00
Christoph Asche
c711dd8585 fix: failing to resolve icons with home_manager 2023-07-04 01:53:17 +02:00
Abdallah Gamal
f78c7f9b98
fix: not resolving flatpak application icons 2023-06-29 22:40:49 +01:00
38da59cd41
refactor: fix a few pedantic clippy warnings 2023-05-04 20:07:46 +01:00
15f0857859
refactor: replace icon loading with improved general image loading 2023-01-29 17:46:02 +00:00
Renamed from src/icon.rs (Browse further)