mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[PR #59] [MERGED] Better images #3284
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#3284
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/59
Author: @JakeStanger
Created: 1/29/2023
Status: ✅ Merged
Merged: 1/30/2023
Merged by: @JakeStanger
Base:
master← Head:feat/better-images📝 Commits (7)
15f0857refactor: replace icon loading with improved general image loading5772711fix(music): remote mpris album art not showing393800afeat(custom): image widget3cf9be8feat: global icon theme settingb054c17feat(workspaces): support for using images inname_map96141d4feat(music): support for using images inname_map, additional icon options80a4b1dbuild(nix): update flake📊 Changes
32 files changed (+1041 additions, -252 deletions)
View changed files
📝
Cargo.lock(+436 -0)📝
Cargo.toml(+1 -0)📝
docs/Configuration guide.md(+1 -0)➕
docs/Images.md(+15 -0)📝
docs/_Sidebar.md(+1 -0)📝
docs/modules/Custom.md(+13 -9)📝
docs/modules/Focused.md(+0 -1)📝
docs/modules/Launcher.md(+0 -1)📝
docs/modules/Music.md(+34 -26)📝
docs/modules/Workspaces.md(+14 -14)📝
flake.lock(+6 -6)📝
flake.nix(+2 -1)📝
src/bar.rs(+7 -1)📝
src/clients/music/mod.rs(+1 -1)📝
src/clients/music/mpd.rs(+11 -7)📝
src/clients/music/mpris.rs(+1 -5)📝
src/config/mod.rs(+3 -0)📝
src/desktop_file.rs(+1 -66)➕
src/image/gtk.rs(+48 -0)➕
src/image/mod.rs(+5 -0)...and 12 more files
📄 Description
Lots of extra features regarding icons & images!
Resolves #55
workspace'sname_mapandmusic'siconsResolves #51
imagewidget in thecustommodule🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.