You are not logged in.

#1 2009-01-03 15:09:41

Arthur Megapode
Member
From: "The bridge of certain peril"
Registered: 2009-01-02
Posts: 6

Application launcher in Pypanel

Greetings,

Does anyone know how to get pixel separation between icons in the application launcher ? I found in the .pypanelrc where to set the separation between panel elements (i.e. desktop name, tasklist, clock, etc), but can't find anything where I can specify separation between icons. Basically, it bothers me that they are all "smashed up" next to each other.


"One day lad, all this will be yours"
"What, the curtains ?"

Offline

#2 2009-01-03 15:15:41

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Application launcher in Pypanel

Can you post a screenshot? it maybe icons are too large? just a thought


Mr Green

Offline

#3 2009-01-03 16:08:56

Arthur Megapode
Member
From: "The bridge of certain peril"
Registered: 2009-01-02
Posts: 6

Re: Application launcher in Pypanel

What app would you recommend for taking a screenshot ? I have both Gnome and XFCE installed.


"One day lad, all this will be yours"
"What, the curtains ?"

Offline

#4 2009-01-03 16:23:08

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Application launcher in Pypanel

Applications---Accessories--Take Screenshot [Gnome]


Mr Green

Offline

#5 2009-01-03 17:25:05

Arthur Megapode
Member
From: "The bridge of certain peril"
Registered: 2009-01-02
Posts: 6

Re: Application launcher in Pypanel

Here is a screenshot. I guess I forgot to mention this is pypanel running under Openbox.

tMTM2dw


"One day lad, all this will be yours"
"What, the curtains ?"

Offline

#6 2009-01-03 18:06:13

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Application launcher in Pypanel

cannot quite make out the icons, you need to point to full size screenshot


Mr Green

Offline

#7 2009-01-03 18:49:21

Arthur Megapode
Member
From: "The bridge of certain peril"
Registered: 2009-01-02
Posts: 6

Re: Application launcher in Pypanel

Sorry about that. Never had an occasion before to have to post a screenshot, so I am having to figure it out as I go along. This should be a full size screenshot now.

http://omploader.org/vMTM3OA


"One day lad, all this will be yours"
"What, the curtains ?"

Offline

#8 2009-01-03 19:02:43

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Application launcher in Pypanel

Does not look too bad :-) maybe increase the size of panel a little see if that helps

Your doing fine welcome to Arch


Mr Green

Offline

#9 2009-01-03 20:15:06

Arthur Megapode
Member
From: "The bridge of certain peril"
Registered: 2009-01-02
Posts: 6

Re: Application launcher in Pypanel

Figured out a workaround. Added empty application launchers between the actual entries and now I have a nice spacing between icons. Here is the code --

#------------------------------------------------------------------------------
# Application Launch List: Ordered list of icons and applications for the
#                          application launcher.
# 
# Add entries using the following format -
#     ("<executable>", "<full path to icon>")
#------------------------------------------------------------------------------
LAUNCH_LIST     = [
                   ("swiftfox", "/opt/swiftfox/icons/icon32.png"),
                   ("", ""),
                   ("sylpheed", "/usr/share/pixmaps/sylpheed.png"),
                   ("", ""),
                   ("gvim", "/usr/share/pixmaps/gvim.png"),
                   ("", ""),
                   ("xfterm4", "/usr/share/pixmaps/terminal.xpm")
                  ]

Thanks for all the help you have given me today.


"One day lad, all this will be yours"
"What, the curtains ?"

Offline

#10 2009-01-03 20:25:52

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Application launcher in Pypanel

You are very welcome :-)


Mr Green

Offline

Board footer

Powered by FluxBB