Active Topics

 



Notices


Reply
Thread Tools
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#41
Updated.
 

The Following 4 Users Say Thank You to MK99 For This Useful Post:
Posts: 131 | Thanked: 241 times | Joined on Feb 2012
#42
I really like your Theme!
i made a small modification, in which i changed some colors and i changed the background images. I sometimes want to change the colors and backgrounds of my used theme.

It is easy to crop the images using imagemagick
#!/bin/bash
imageName=jolla-background-03.jpg

convert $imageName -crop 480x818+0+36 bg.png
convert $imageName -crop 480x36+0+0 Pstatus.png
convert $imageName meegotouch-desktop-bg.png

LimageName=meegotouch-desktop-bg-landscape.png

convert $LimageName -crop 854x444+0+36 bg-landscape.png
convert $LimageName -crop 854x36+0+0 Lstatus.png
I changes also a lot of colors in order to reduce all used to mainly three colors. I only want two text colors and a button background color,

I put a script which changes a lot of colors n the newest transparent theme 0.07. Just unzip the theme and run replace_colors.sh inside transparent directory.
The background images can be generated with crop_images.sh the 6 images should be copied into transparent/meegotouch/images/backgrounds/
Attached Files
File Type: zip change_theme.zip (327.8 KB, 151 views)
 

The Following 3 Users Say Thank You to HolgerN For This Useful Post:
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#43
@ HolgenN
This is great. I don't need to do this any more.It was already planned. Thanks! Can you make deb for this? And louncher-icon? I mean we only need to copy 2 images some folder and tap the icon...
 
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#44
Huh, it was already planned for me too
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#45
Sometimes we just have to wait, then someone will do it kindly.
 
Posts: 131 | Thanked: 241 times | Joined on Feb 2012
#46
There is imagemagick for the N9 .
Code:
apt-get install  imagemagick libmagick10
I will try something similar as http://talk.maemo.org/showthread.php?t=91509 for creating background images for some themes.

By the way, it is possible to change automatically the color of pngs using the convert command from imagemagick. So it would be possible to do something like ambient for the N9 .
 
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#47
Originally Posted by HolgerN View Post
to do something like ambient for the N9 .
Yes, I'm working on it...
 
Posts: 44 | Thanked: 9 times | Joined on Apr 2013
#48
Originally Posted by HolgerN View Post
I really like your Theme!
i made a small modification, in which i changed some colors and i changed the background images. I sometimes want to change the colors and backgrounds of my used theme.

It is easy to crop the images using imagemagick


I changes also a lot of colors in order to reduce all used to mainly three colors. I only want two text colors and a button background color,

I put a script which changes a lot of colors n the newest transparent theme 0.07. Just unzip the theme and run replace_colors.sh inside transparent directory.
The background images can be generated with crop_images.sh the 6 images should be copied into transparent/meegotouch/images/backgrounds/
I just ran your script. Nice work! The background script work but am not able to get th replace_color.sh to work. It gives me
Usage: find [PATH] . . . [OPTIONS] [ACTIONS]
Find : unrecognized: -exec
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#49
I think we need to add the path where to looking for. ?? We don't want to change these to all phone...
In my theme: cd /usr/share/themes/transparent/meegotouch
 
Posts: 44 | Thanked: 9 times | Joined on Apr 2013
#50
do you mean running the script in your the path? I have already done that and have the same feedback.
Or adding the path to the script? I won't actually know how to do that.#NEWBIE
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:48.