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

gexc 2013-12-14 10:07

Re: [Announce] Transparent Theme for Harmattan
 
Quote:

Originally Posted by Udemzy (Post 1395983)
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

It seems that the 'find' provided by busybox does not support '-exec'

MK99 2013-12-14 10:58

Re: [Announce] Transparent Theme for Harmattan
 
This working for me with busybox Power:
Code:

#!/bin/bash
#colors       
textcolor2=#A19E6A

cd /usr/share/themes/transparent/meegotouch
find . -type f -iname '*.css' -exec sed -i 's,#555555,#A19E6A,g' {} +
find . -type f -iname '*.ini' -exec sed -i 's,#555555,#A19E6A,g' {} +


HolgerN 2013-12-14 12:00

Re: [Announce] Transparent Theme for Harmattan
 
I have busybox-power-noaegis from http://talk.maemo.org/showthread.php...t=trusted+repo installed.

The following would be better:
themeDir=/usr/share/themes/transparent/meegotouch


find $themeDir -type f -iname '*.css' -exec sed -i 's,#555555,#A19E6A,g' {} +
and so on..

HolgerN 2013-12-14 12:59

Re: [Announce] Transparent Theme for Harmattan
 
The website http://css-color-replace.orca-multimedia.de/ can be used to display all colors within one css/ini-files of a the theme. This site works with QMLMozBrowser and it is possible to select a css file within /usr/share/themes/...
There is a color selection tool and it is possible to save the changed css-file.

Fallenzone 2013-12-21 06:06

Re: [Announce] Transparent Theme for Harmattan
 
2 Attachment(s)
yesterday's event shows on today's page left side in Calendar

MK99 2013-12-21 22:01

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

daniel698 2013-12-23 14:08

Re: [Announce] Transparent Theme for Harmattan
 
is it possible to change the background

MK99 2013-12-23 16:15

Re: [Announce] Transparent Theme for Harmattan
 
Quote:

PS: It's easy to change background images. Just replace original images for your own....
See first post. ;)

ruplee76 2013-12-25 10:35

Thanks for the wonderful theme.. Somehow share plugin crashes when want to share an image on facebook. Using 0.08 version. Can u just check the same?

MK99 2013-12-25 11:24

Re: [Announce] Transparent Theme for Harmattan
 
Checked and same issue. Will fix that...

MK99 2013-12-25 20:13

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

Also HS-icons updated.

gasilva 2014-01-12 01:11

Re: [Announce] Transparent Theme for Harmattan
 
Quote:

Originally Posted by MK99 (Post 1400605)
Updated! ;)

Also HS-icons updated.

Update 0.1.0 cause reboot-loop :(

MK99 2014-01-12 06:42

Re: [Announce] Transparent Theme for Harmattan
 
Really? Immediately after installing the theme? The same happened to anyone else?

gaiosgf 2014-01-12 08:40

Re: [Announce] Transparent Theme for Harmattan
 
Quote:

Originally Posted by MK99 (Post 1405759)
Really? Immediately after installing the theme? The same happened to anyone else?

It s ok to me.thanks for the update.

gasilva 2014-01-12 16:14

Re: [Announce] Transparent Theme for Harmattan
 
Quote:

Originally Posted by MK99 (Post 1405759)
Really? Immediately after installing the theme? The same happened to anyone else?

Like after 3hours. I change theme to blanco and my N9 is good.

I been eating and me N9 is reboot and reboot and reboot... Then enable rd-mode, change theme, disable rd-mode and N9 is good...

:)

Sorry for my english. I hope understand me.

MK99 2014-01-12 16:32

Re: [Announce] Transparent Theme for Harmattan
 
Strange. I reflashed my phone 1.5 weeks ago and I installed the latest version. There hasn't been any problem.
Do you use original system-ui?

gasilva 2014-01-12 21:44

Re: [Announce] Transparent Theme for Harmattan
 
Quote:

Originally Posted by MK99 (Post 1405859)
Strange. I reflashed my phone 1.5 weeks ago and I installed the latest version. There hasn't been any problem.
Do you use original system-ui?

Coderus ui..

MK99 2014-01-12 22:05

Re: [Announce] Transparent Theme for Harmattan
 
Just like i. ;) I will do some test.

MK99 2014-03-08 13:46

Re: [Announce] Transparent Theme for Harmattan
 
Official support ended, Sorry.
I play now on Android. :p


All times are GMT. The time now is 01:14.

vBulletin® Version 3.8.8