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)

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...


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

vBulletin® Version 3.8.8