You are not logged in.

#1 2009-07-31 08:43:17

taewon
Member
Registered: 2006-05-02
Posts: 15

panel with multiple rows?

I'm using openbox as windows manager. And now I'm searching for a lightweight panel which can handle multiple rows (say two) as the KDE3 panel. Does somebody know one?

Thanks in advance!

Offline

#2 2009-08-03 22:20:15

thisoldman
Member
From: Pittsburgh
Registered: 2009-04-25
Posts: 1,172

Re: panel with multiple rows?

I don't know what you're definition of lightweight might be, but have you looked at the xfce4 panel? Screenshot is here.

Fbpanel is able to run multiple instances, each with its own configuration.

Offline

#3 2009-08-04 06:45:33

taewon
Member
Registered: 2006-05-02
Posts: 15

Re: panel with multiple rows?

thanks! i'll try xfce4 panel!

Offline

#4 2010-01-11 03:12:26

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: panel with multiple rows?

I guess since this thread is less than 6 months old, it's ok to post in it...

Aren't there any other panels that can do this? xfce4-panel is ok, but doesn't integrate very well with non-xfce environments.

Offline

#5 2010-01-11 09:51:52

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: panel with multiple rows?

lxpanel, but you have to hack the source:

diff -Naur lxpanel-0.5.3.orig/src/plugins/taskbar.c lxpanel-0.5.3/src/plugins/taskbar.c
--- lxpanel-0.5.3.orig/src/plugins/taskbar.c    2009-08-08 16:23:07.000000000 +0200
+++ lxpanel-0.5.3/src/plugins/taskbar.c    2009-11-10 18:26:48.862590487 +0100
@@ -1845,7 +1845,7 @@
     p->priv = tb;
 
     /* Initialize to defaults. */
-    tb->icon_size         = p->panel->icon_size;
+    tb->icon_size         = 16;
     tb->tooltips          = TRUE;
     tb->icons_only        = FALSE;
     tb->show_all_desks    = FALSE;
@@ -2047,6 +2047,6 @@
     destructor  : taskbar_destructor,
     config : taskbar_configure,
     save : taskbar_save_configuration,
-    panel_configuration_changed : taskbar_panel_configuration_changed
+    panel_configuration_changed : NULL
 
 };

This patch will hardcode the icon size for the taskbar plugin to 16.

Offline

Board footer

Powered by FluxBB