maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Themes (https://talk.maemo.org/forumdisplay.php?f=49)
-   -   [Announce] Transparent Theme for Harmattan (https://talk.maemo.org/showthread.php?t=91858)

MK99 2013-12-10 22:45

Re: [Announce] Transparent Theme for Harmattan
 
Updated. ;)

HolgerN 2013-12-12 22:30

Re: [Announce] Transparent Theme for Harmattan
 
1 Attachment(s)
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
Quote:

#!/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/

MK99 2013-12-13 06:06

Re: [Announce] Transparent Theme for Harmattan
 
@ HolgenN
This is great. I don't need to do this any more.It was already planned. :D:D:D 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 2013-12-13 06:26

Re: [Announce] Transparent Theme for Harmattan
 
Huh, it was already planned for me too :D

MK99 2013-12-13 06:32

Re: [Announce] Transparent Theme for Harmattan
 
Sometimes we just have to wait, then someone will do it kindly. ;)

HolgerN 2013-12-13 06:57

Re: [Announce] Transparent Theme for Harmattan
 
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 :p.

Ancelad 2013-12-13 07:22

Re: [Announce] Transparent Theme for Harmattan
 
Quote:

Originally Posted by HolgerN (Post 1395858)
to do something like ambient for the N9 :p.

Yes, I'm working on it...

Udemzy 2013-12-13 13:52

Re: [Announce] Transparent Theme for Harmattan
 
Quote:

Originally Posted by HolgerN (Post 1395779)
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 2013-12-13 14:33

Re: [Announce] Transparent Theme for Harmattan
 
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

Udemzy 2013-12-13 15:54

Re: [Announce] Transparent Theme for Harmattan
 
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


All times are GMT. The time now is 17:50.

vBulletin® Version 3.8.8