mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 12:15:22 +01:00
[GH-ISSUE #1391] aws-lc-sys #3231
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#3231
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?
Originally created by @as400l on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1391
I'd like to ask why is aws-lc-sys crate needed ? I mean - I love ironbar, but why is this AWS crap needed ?
BTW - thanks to all developers. This is my favourite bar. You could call it "ecobar" or "biobar" because with the same modules my laptop uses 1W less energy than with waybar.
Thank you very much - just drop that awful Amazon crate !
@JakeStanger commented on GitHub (Feb 21, 2026):
aws-lc-rcand its-syscounterpart are Apache licensed cryptography libraries that just so happen to be made by Amazon. They are dependencies ofrustls, whichreqwestdepends on by default.Ironbar uses reqwest for loading images from remote sources over HTTP(S). If you do not want this, you can disable the
httpfeature, or possibly compile withreqwest/native-tlsenabled to use the system TLS libraries in place ofrustls.