mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[GH-ISSUE #108] Changing the monitor in the config breaks my css #1469
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#1469
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 @HenrySteinmetz on GitHub (Apr 15, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/108
Describe the bug
To Reproduce
Steps to reproduce the behavior:
[monitors] [monitors.DP-1]Expected behavior
System information:
Configuration
Config
Styles
Screenshots
@HenrySteinmetz commented on GitHub (Apr 15, 2023):
I got this to work but only using a .json config and got the bottom screen shot and only on one screen but now the margin feature doesn't work
@JakeStanger commented on GitHub (Apr 15, 2023):
The issue here is that your TOML isn't correct.
[[start]](note the double brackets) declares thatstartis an array and defines the first element of it.You then put
[start.name_map](single brackets) which treatsstartas an object (presumably overwriting the array) and sets thename_mapproperty on that object.You should instead use
[[start.name_map]]and that will set thename_mapkey on the same array element.@JakeStanger commented on GitHub (Apr 15, 2023):
Can you share your updated config where you are having the issue with
marginplease?In future, could you also please use the Q&A feature in discussions for configuration help, rather than creating bug issues unless you're positive it's a replicable issue? (Happy to continue this one here).
@JakeStanger commented on GitHub (Jun 18, 2023):
Closing this as I've not heard anything for a couple of months. If you're still having issues let me know and I'll re-open.