@import statement in sfwbar.css now assumes relative path is relative to $HOME #231
Open
Description
My sfwbar.css
file used to have two @import
statements that had worked just fine:
@import 'purple-colors.css';
@import 'workrave.css';
Both purple-colors.css
and workrave.css
were in the same directory as sfwbar.css
, and it all just worked.
With the sfwbar compiled from the latest git code, this stopped working, and when I ran sfwbar from the terminal, I saw error messages indicating that sfwbar was trying to load the files $HOME/purple-colors.css
and $HOME/workrave.css
, and failing.
Currently, I've worked around this by using absolute paths for the @import
statement, but this is a bit inconvenient.
Metadata
Assignees
Labels
No labels