mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #538] adding volume sections fails loading config.toml #4393
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#4393
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 @zimbipw on GitHub (Apr 11, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/538
When adding volume section the config isn't loaded.
Steps to reproduce the behavior:
add this section to config.toml
restart ironbar
Expected behavior
ironbar should start normal showing volume icon
System information:
@JakeStanger commented on GitHub (Apr 11, 2024):
The error suggests your config is invalid, and has nothing to do with the volume module. Please share the full config and I can help.
Please also in future use code blocks for formatting to keep things tidy & readable, cheers.
@JakeStanger commented on GitHub (Apr 17, 2024):
@zimbipw do you still need help with this?
@bobblkabb commented on GitHub (Apr 21, 2024):
Same here. Using example config
2024-04-21T16:09:16.662370Z WARN ironbar: Falling back to the default config
openSUSE Tumbleweed, niri 0.15, ironbar 0.14
@JakeStanger commented on GitHub (Apr 21, 2024):
The volume module is currently only available on the git build(0.15.0-pre). I'm targeting a point release in the next week or two.
@bobblkabb commented on GitHub (Apr 22, 2024):
Good to know, thank you.
@JakeStanger commented on GitHub (Apr 24, 2024):
I found there were issues with several TOML examples off the back of #555, including with the volume one. These have been resolved, so I am considering this fixed.
If this is not the case, please let me know.