You are not logged in.
Thank you Peachy and VastOne These scripts are really fun to configure and are very design inspiring (if that makes sense).
Also Peachy I'm not sure if you have ran 2 instances of your Interactive script simultaneously yet, but I have been since yesterday. No hiccups that I have encountered yet.
Last edited by falldown (2012-03-17 21:46:15)
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
here is a working turning circle launcher
im just using images that i had to hand, but you get the idea
you can set the degrees through which you want to see the buttons
here i have set it to the top half of a circle
here is the script if you want to try it
http://dl.dropbox.com/u/19008369/intera … lua.tar.gz
Last edited by mrpeachy (2012-03-18 01:21:34)
Offline
here is the script if you want to try it
http://dl.dropbox.com/u/19008369/intera … lua.tar.gz
You work quick!! I should be able to incorporate this into the current theme I am working on.
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
mrpeachy wrote:here is the script if you want to try it
http://dl.dropbox.com/u/19008369/intera … lua.tar.gzYou work quick!! I should be able to incorporate this into the current theme I am working on.
ive been thinking about it so i had some ideas... would have been quicker if i hadn't hit a mental block on the degree calculations *this forum needs a bemused spiral eyed smiley*
Offline
cairo_set_line_width (cr,1)
cairo_rectangle (cr,main_tlx,main_tly,main_width,main_height)
cairo_stroke (cr)
Was compressed into
buttondraw(list_tlx,list_tly,list_height,list_width,{1,1,1,0.1},1)
Am I correct?
What else did you change?
http://youtu.be/4hg4Q5DYEwg
This is just awesome.. and it is faster in all aspects then the original launcher.
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
cairo_set_line_width (cr,1) cairo_rectangle (cr,main_tlx,main_tly,main_width,main_height) cairo_stroke (cr)
Was compressed into
buttondraw(list_tlx,list_tly,list_height,list_width,{1,1,1,0.1},1)
Am I correct?
What else did you change?
http://youtu.be/4hg4Q5DYEwg
This is just awesome.. and it is faster in all aspects then the original launcher.
well i just realized that there was a positioning problem in the script, where the size of the main button will affect the positioning of the sub buttons
fixed here
and made settings so you set all images at the top
http://dl.dropbox.com/u/19008369/intera … lua.tar.gz
yes, i made a function to draw the buttons to save on code lines
other than that i added the mouse over function for the scroll buttons
Last edited by mrpeachy (2012-03-18 16:02:10)
Offline
Peachy where is the draw background ring function for launcher ring and rotate ring?
I am overlooking them.
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
Peachy where is the draw background ring function for launcher ring and rotate ring?
I am overlooking them.
you mean the 2 black rings? those were in there so i could get the positioning right
if thats what you mean its these lines 94 yo 97 or there abouts
cairo_arc (cr,center_tlx,center_tly,list_radius,0,2*math.pi)
cairo_stroke (cr)
cairo_arc (cr,center_tlx,center_tly,mo_radius,0,2*math.pi)
cairo_stroke (cr)
Offline
you mean the 2 black rings? those were in there so i could get the positioning right
if thats what you mean its these lines 94 yo 97 or there aboutscairo_arc (cr,center_tlx,center_tly,list_radius,0,2*math.pi) cairo_stroke (cr) cairo_arc (cr,center_tlx,center_tly,mo_radius,0,2*math.pi) cairo_stroke (cr)
Thats it Sir!! I will have a video in a few
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
http://youtu.be/XDo8NyqVeaQ <-- full screenshot vid. Not happy with the video quality.
and up-close view of launcher--> http://youtu.be/MJpNr8r9vPI
Last edited by falldown (2012-03-18 20:13:43)
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
fine work as ever
Offline
fine work as ever
Thank you!
Here is a template for the launcher..
http://dl.dropbox.com/u/60081679/cyber- … ate.tar.gz
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
mrpeachy wrote:fine work as ever
Thank you!
Here is a template for the launcher..
http://dl.dropbox.com/u/60081679/cyber- … ate.tar.gz
can you put the program icons in too?
Offline
now i just need you to redesign it with a tolkein like fantasy theme, woody looking with scrolling branches/ivy/leaves etc, so i can use it with my background
this is my big puter screen
and you should go show off in the "other place"
Last edited by mrpeachy (2012-03-18 21:24:23)
Offline
Here you go.. Just have a few icons for testing
http://dl.dropbox.com/u/60081679/cyber- … ate.tar.gz
I should make a cyber-icon set to go with the theme.
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
Thats actually a cool idea..
I can do some stone textures and maybe some elvish looking symbols.
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
and you know what else would be good... when you mouse over the launch buttons you get the program name pop up at the mouse point
Offline
^^ I am going to get going on this lua launcher stuff now..
I see the changes for icons and locations, can you tell me a quick way to change from your baby blue to a black and silver color theme to match mine?
I will also add my icons to the mix
Offline
and you know what else would be good... when you mouse over the launch buttons you get the program name pop up at the mouse point
![]()
That would be a nice feature.. also something that would keep the "dock" open after you click a launcher.
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
@ VastOne of course, will be a settable thing, when i get round to it
all of falldown's artwork is in the cyberlauncher folder in the doc folder, you'll have to edit his images to change colors etc
@ falldown thats easy, just comment out line 186
buttons["main"]=0
and it will stay open till you click the main button (i believe)
Last edited by mrpeachy (2012-03-18 21:39:23)
Offline
^^ I am going to get going on this lua launcher stuff now..
I see the changes for icons and locations, can you tell me a quick way to change from your baby blue to a black and silver color theme to match mine?
I will also add my icons to the mix
The cyan theme is the only one that I have created for Peachy's launcher so far. I will whip you up a black and silver one VastOne
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
@ falldown thats easy, just comment out line 186
buttons["main"]=0
and it will stay open till you click the main button (i believe)
HaHa.. that worked and was easy enough!
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
@VastOne
http://dl.dropbox.com/u/60081679/VastOn … eme.tar.gz
Here you go.. nothing special.. Just replace the cyberlauncher with darklauncher.
It's nothing special..
MrPeachy's suggestion above is going require some actual artwork so it will be a test for me to see what I can actually do on a small scale.. I'm excited to start his "tolkein like fantasy theme"
Last edited by falldown (2012-03-18 22:34:26)
Peachy's Wun Lua / Peachy's v9000 / Conky PitStop / My DA Page
........
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.
Server: acrobat