LBCrion / sfwbar

S* Floating Window Bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When I run sfwbar in the terminal, there is always a GTK warning

knm100 opened this issue · comments

Although it does not affect the use, it always makes me feel that there is something wrong as following
(sfwbar:748): Gtk-WARNING **: 14:34:35.799: Theme parsing error: :9:0: Expected semicolon
add the debug log, maybe it is useful.
debug.txt

There is something wrong in your CSS somewhere. If you use a custom config can you post it please?

edit to add: possibly in sfwbar.config or cpu.widget

There is something wrong in your CSS somewhere. If you use a custom config can you post it please?

My config file is here, Please help!
sfwbar.config.txt
cpu.widget.txt

I see comments # in CSS section. This isn't allowed. If you need to comment use C style :
/* commented section */

That's true, there is no warning now! thank you!

Again, you're welcome 😄