mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 09:15:22 +01:00
[GH-ISSUE #693] Bar won't load CSS file #5853
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#5853
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 @ShellbackII on GitHub (Aug 8, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/693
Describe the bug
The bar seems not to read the CSS config file as described in documentation (~/.config/ironbar/style.css), or maybe more precise, doesn't apply any formating from it. When changing any value, nothing is changed on bar, not even after it's killed and restarted.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The changed made in ~/.config/ironbar/style.css is seen on the bar
System information:
Configuration
Config
Styles
@JakeStanger commented on GitHub (Aug 10, 2024):
Odd. Could you share debug logs please?
@ShellbackII commented on GitHub (Aug 10, 2024):
Shure... this maybe is a dumb question, but... how to aquire it?
While I'm responing, I might add that I have tried to switch from git-package to the resent release (my version is now 0.15.1). Regrettfully, that didn't solved the issue either, and it introduced another setback for me. Now it puts my bar on the wrong output, even though I specify the other one in the config. This however was working in the git-version found in AUR, so whatever caused that is now fixed.
@ShellbackII commented on GitHub (Aug 10, 2024):
Well... I have found the issue why the css didn't load. I had write some color definitions in the begining (that I somehow forgot to copy when I pasted it into this issue), and apparently, I missed to put semicolon in the end of those.
Found it when I saw the error when starting in manually, strange though that I didn't see that earlier.
Anyhow, as I suspected from the beginning, the strange behaviour whas due to the crap infront of the keyboard. Sorry for this
@JakeStanger commented on GitHub (Aug 10, 2024):
No worries, glad to hear it's sorted.
Yes, unfortunately a GTK update broke v0.15.1. I released v0.16.0 as the newest stable which won't have that issue.