Open GoogleCodeExporter opened 9 years ago
Hi,
the problem with lxpanel (and fbpanel, on which lxpanel is based on) is, that
it's
not that easy to find out their widget class. I fiddled myself a little bit with
fbpanel first, and found a solution, which in the end worked out for lxpanel as
well.
Edit the panel.rc file in your favorite Shiki theme, and append the following
to it:
style "fbpanel-tclock" = "theme-panel" { font_name="Droid Sans" }
widget ".tclock." style "theme-panel"
widget ".taskbar." style "theme-panel" widget_class "GtkBgbox" style "theme-panel"
With this my lxpanel looks exactly like the gnome-panel in those screenshots.
Original comment by arthapex
on 17 Apr 2010 at 9:51
Ok, the wiki commands for code are not supported in the issue tracker. So here
is the
exact insert once again:
# fbpanel stuff
style "fbpanel-tclock" = "theme-panel" {
font_name="Droid Sans"
}
widget "*.tclock.*" style "theme-panel"
widget "*.taskbar.*" style "theme-panel"
widget_class "*GtkBgbox*" style "theme-panel"
Original comment by arthapex
on 17 Apr 2010 at 9:53
Thanks!
I had also found a fix of my own in the end. I added this:
widget "*Panel*" style "theme-panel"
Both work well.
Original comment by first.en...@gmail.com
on 17 Apr 2010 at 6:49
Original issue reported on code.google.com by
first.en...@gmail.com
on 16 Apr 2010 at 2:32