Jump to content


Photo

Skinning Minimenu


  • Please log in to reply
62 replies to this topic

#46 milkshake

milkshake

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 576 posts
  • Gender:Male
  • Location:Rotherham, UK

Posted 24 November 2010 - 08:47 PM

can I just ask when I remember the early development of minimenu im sure I remember there being a memory card memory indicator similar to the battery indicator is this not the case? is it somthing thats going to be implamented into the future?
also looking through the mmskin.conf I cant find where to change the font size for the battery text or hint text does this need to be added?

Edited by milkshake, 24 November 2010 - 09:00 PM.


#47 milkshake

milkshake

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 576 posts
  • Gender:Male
  • Location:Rotherham, UK

Posted 25 November 2010 - 01:43 AM

Hey just to let you guys know I made my own theme/skin last night its called graybasic, if you like it give me a shout ill put it up for download, found the bg image on the net so if its not allowed then I can just supply the theme without a background or a basic one or one that you guys thinks might go.

Attached Files



#48 Esn

Esn

    (:\

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 2758 posts
  • Gender:Male
  • Location:Toronto, Canada
  • Interests:Art, Classical Music, Biology, Fantasy/Sci-Fi (books, art, movies, games), Crosscountry skiing, adventuring to foreign parts, and of course, handheld gaming machines. ;)

Posted 25 November 2010 - 04:44 AM

Looks nice and simple to me. I think the BG image actually makes it a bit too busy. A plain background that's a slightly different colour (maybe nearly white, or a darker grey) would seem to work with that theme better...

Edited by Esn, 25 November 2010 - 04:45 AM.


#49 DaveC

DaveC

    Mega GP Mania

  • GP Guru
  • 9170 posts

Posted 25 November 2010 - 06:03 AM

can I just ask when I remember the early development of minimenu im sure I remember there being a memory card memory indicator similar to the battery indicator is this not the case? is it somthing thats going to be implamented into the future?
also looking through the mmskin.conf I cant find where to change the font size for the battery text or hint text does this need to be added?

The memory card indicator was just in the mockup I did to explain the concept.

That was not coded into the actual MM so no need to try to find the feature.

#50 milkshake

milkshake

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 576 posts
  • Gender:Male
  • Location:Rotherham, UK

Posted 25 November 2010 - 08:38 PM

Ok people here it is, I think its final now but I may tweek it, please try it, let me know if you like it.
if you find any bugs with the theme let me know, also if you have any ideas?

EvilDragon if you think its good enough for the archive feel free to upload it :)

Attached Files


Edited by milkshake, 25 November 2010 - 09:47 PM.


#51 milkshake

milkshake

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 576 posts
  • Gender:Male
  • Location:Rotherham, UK

Posted 25 November 2010 - 09:05 PM

can I just ask a question why would it make me login when changing themes? with one theme its causing a loop and the theme doesnt even load.

its ok figured it out :)

Edited by milkshake, 25 November 2010 - 09:49 PM.


#52 Esn

Esn

    (:\

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 2758 posts
  • Gender:Male
  • Location:Toronto, Canada
  • Interests:Art, Classical Music, Biology, Fantasy/Sci-Fi (books, art, movies, games), Crosscountry skiing, adventuring to foreign parts, and of course, handheld gaming machines. ;)

Posted 25 November 2010 - 09:10 PM

I figured that these skins should be conveniently listed in one place, but couldn't quite think of where to place them... anyway, I put them all over here:

http://pandorawiki.org/Software_projects#Operating_systems_.26_skins

Did I miss any?

#53 Sarlix

Sarlix

    GP32 Hardcore

  • Validating
  • PipPipPipPip
  • 181 posts
  • Gender:Male
  • Location:Turbo Lift

Posted 26 November 2010 - 07:54 PM

One more - Red Devil -

Posted Image

Download


Nice skin btw milkshake, nice an clean looking :-)

Anyone figured out how to take a screenshot in minimenu yet? And does anyone know if it's possible to add sound effects to minimenu at all?

Edited by Sarlix, 27 November 2010 - 09:30 AM.


#54 Sarlix

Sarlix

    GP32 Hardcore

  • Validating
  • PipPipPipPip
  • 181 posts
  • Gender:Male
  • Location:Turbo Lift

Posted 27 November 2010 - 01:46 PM

And another - executive-

Posted Image

Download

#55 milkshake

milkshake

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 576 posts
  • Gender:Male
  • Location:Rotherham, UK

Posted 27 November 2010 - 08:07 PM

That was not coded into the actual MM so no need to try to find the feature.


Is it ever going to make it into mini menu because it would be quite usefull :)

#56 Chaser

Chaser

    GP Mania

  • GP32 Hardcore
  • PipPipPipPipPip
  • 408 posts
  • Gender:Male
  • Location:Manchester
  • Interests:Retro consoles

Posted 28 November 2010 - 01:53 AM

[quote name='Sarlix' date='26 November 2010 - 07:54 PM' timestamp='1290801247' post='928099']


Anyone figured out how to take a screenshot in minimenu yet? ...
[/quote]

Yes, you can use the script given in the Taking Sceenshots guide of Someguy99 from the poster LinuxMaster.

It allows for timed screenshots. Launch it from XFCE (or hotkey it), then launch minimenu.

[quote name='MasterLinux' date='17 June 2010 - 08:35 PM' timestamp='1276806957' post='877096']
That's what i need :) Thank you. I have modify the script a little bit. So it takes all 25 seconds a screenshot. So i can take screenshots from the inside of any emulator or other programm. It's not a perfect solution, but it works fine ;)

Here is it:
#!/bin/bash
i=1
while [ $i -le 25 ]
do
sleep 25
fbgrab ~/screen`date +%y%m%d-%H%M%S`.png
notify-send screen $i
i=`expr $i + 1`
done


An improvement was also made elsewhere but I cant find it at present. The newer script allowed for hotkeys to switch the script on/off like the wifi-toggle, as with the above one you'll need to log out/in again to turn it off. Just modify it to write the grabs to where you want them stored and the timing.

#57 Sarlix

Sarlix

    GP32 Hardcore

  • Validating
  • PipPipPipPip
  • 181 posts
  • Gender:Male
  • Location:Turbo Lift

Posted 28 November 2010 - 09:23 AM

Thanks Chaser! I'll give this a try :-)

#58 Chaser

Chaser

    GP Mania

  • GP32 Hardcore
  • PipPipPipPipPip
  • 408 posts
  • Gender:Male
  • Location:Manchester
  • Interests:Retro consoles

Posted 28 November 2010 - 02:03 PM

Heres the newer script from the other forum. http://boards.openpa...ing-screenshots

Thanks! I did see that snippet on the gp32x thread. I'm not so hot on having that running in the background though, because screen grabbing introduces some lag. I still much prefer an on demand approach, and I'm ok with using ssh (even without the wife ;) ), though clearly it's not a good solution on the go :/ . Perhaps, I'll check low level key binding later.

Now with that said, it should be quite easy to have a start/stop toggle system for that script, maybe like so (warning, not tested):

#!/bin/bash

PIDFILE=~/.snapsnap.pid

if [ -f $PIDFILE ]
then
    kill $(cat $PIDFILE)
    rm $PIDFILE
    exit 0
else
    echo $$ > $PIDFILE
fi;

i=1
while [ $i -le 24 ]
do
    sleep 10
    fbgrab ~/screen`date +%y%m%d-%H%M%S`.png
    notify-send screen $i
    i=`expr $i + 1`
done


I've yet to test it yet either :(

#59 milkshake

milkshake

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 576 posts
  • Gender:Male
  • Location:Rotherham, UK

Posted 28 November 2010 - 11:13 PM

OK I did another one thats a bit sexier than my basic gray one although it does have alot of gray again :)
this one is called gray is sexy
Posted Image
Download

#60 sebt3

sebt3

    homebrew player (P. & C.)

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 1897 posts
  • Gender:Male
  • Location:QC

Posted 29 November 2010 - 12:10 AM

gray is sexy

indeed