mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 06:41:03 +02:00
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
This commit is contained in:
parent
ca524f19f6
commit
3e55d87c3a
26 changed files with 1840 additions and 600 deletions
8
test-configs/applications/Factorio.desktop
Normal file
8
test-configs/applications/Factorio.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=Factorio
|
||||
Comment=Play this game on Steam
|
||||
Exec=steam steam://rungameid/427520
|
||||
Icon=steam_icon_427520
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Game;
|
Loading…
Add table
Add a link
Reference in a new issue