PDA

View Full Version : Wallpaper4U


Kiri
2013-12-29, 21:24
Hi there ! I'm not a dev (;)), but i can give for you, dear sailors, 44 :D wallpaper from my selection :p croped by me (because it's very difficult to find good background). You can use them for ambience.

I hope you'll like it. :)

https://www.mediafire.com/?jr88b5rv46w188f

KiriKrush

H1777
2013-12-29, 21:48
Great work, thanks for sharing.

Kiri
2014-01-17, 18:57
You can find all of my wallpaper on http://www.flickr.com/photos/114520695@N04/

phuig
2014-01-22, 17:46
You can find all of my wallpaper on http://www.flickr.com/photos/114520695@N04/

Can you make these with yellow color? The red looks kind of irritating.

Tried to do it myself but didnt work.

Love the pictures though, thanks!

J4ZZ
2014-01-23, 10:57
You could manually set it via terminal (no devel mode needed)

open terminal (or use ssh) and then paste the following

gconftool-2 -s /desktop/jolla/theme/color/highlight -t string '#ffff00'


gconftool-2 -s /desktop/jolla/theme/color/secondaryHighlight -t string '#aeb404'


Btw.

To view the currently set colors type:
gconftool-2 -R /desktop/jolla/theme/color
for example yours should then look like this

highlight = #ffff00
primary = #ffffff
secondaryHighlight = #aeb404
secondary = #ffffff

while

highlight = the main notification (pulley) color and the tint of the home screen
primary = the color of the clock, entries in pulley menu and settings, as well as active radio buttons or sliders (like volume in settings for example)
secondary = unhighlighted, greyed out text
secondaryHighlight = greyed out entries in sub sub pulley menus ;)

For dark or black and white walls I use:
highlight = #ffffff
primary = #ffffff
secondaryHighlight = #c1c1c1
secondary = #c4c4c4



This is just a quick and dirty hack from together.jolla but if you don't change ambience then it will stay even after reboot.

You can get your color codes here if you need: http://www.w3schools.com/tags/ref_colorpicker.asp

Regards,

J4ZZ

phuig
2014-01-23, 11:19
You could manually set it via terminal (no devel mode needed)


Thanks for the guide! Rather do it myself than beg for someone else to do it for me.

Schturman
2014-02-16, 01:21
J4ZZ, do you know how to apply the favorite ambience from terminal ? One command ?