You are not logged in.

#1 2008-09-30 14:57:19

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Awesome launchbar

Does anyone know how can i make a launch bar on the awesome panel? If you know the syntax to put in rc.lua tell me, thanks

Offline

#2 2008-09-30 22:17:46

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: Awesome launchbar

There is already an example of a 'launchbar' in the awesome config, assuming you're using 3:

-- Create a laucher widget
mylauncher = awful.widget.launcher({ name = "mylauncher",
                                     image = "/usr/share/awesome/icons/awesome16.png",
                                     command = terminal .. " -e man awesome"})

Just replace the image with your image, and the command can probably be replaced with an awful.spawn()

Offline

#3 2008-10-01 12:12:17

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: Awesome launchbar

yes thanks i've upgraded to awesome-git version and there's this new function for launchers widget big_smile

Offline

Board footer

Powered by FluxBB