We have moved to a new Sailfish OS Forum. Please start new discussions there.
4

[request] option to remove status bar and lockscreen gradient

asked 2015-09-27 12:57:21 +0200

JakeTheChangeling gravatar image

updated 2015-09-27 12:58:53 +0200

I just switched from a dark to a bright Ambience and noticed my status bar has sort of a dark transparent gradient background. This kinda annoys me since it destroys the look of my wallpaper. I'd like to remove this background, maybe if the status bar would become hard to read there could be an option to let it use the color defined by the Ambience and not white. The same goes for the lockscreen, I simply don't like it that dark, it feels like my phone wouldn't want me to look at it.

edit retag flag offensive close delete

Comments

3

lol, kind of the opposite of what I'm wanting. I'd like to see a gradient behind my status area. Can you post a screenshot please?

Spam Hunter ( 2015-09-27 14:19:59 +0200 )edit
1

Okay, here you go.

Lockscreen: i.imgur.com/b6qjRjl.png

Homescreen: i.imgur.com/0FiO1Pb.png

JakeTheChangeling ( 2015-09-27 14:32:15 +0200 )edit
1

Thanks Jake. I don't recall seeing that when I first booted Sailfish 2.0. In my opinion I think it's one of the best ways to make the status bar readable, is to have what you don't like..lol. I'm now looking through lipstick files trying to find it to bring it back - if it was ever there, I don't know, I'm always editing system files, I forget what I've done.

A screenshot with Snow White original ambience (altered) without the gradient behind it;

image descriptionimage description

Spam Hunter ( 2015-09-27 21:50:51 +0200 )edit

That dark gradient on lock screen combined with the silent ambiance: "Darkness surrounds you. There is no joy in this world for you. Here's a broken down pier. Walk. Keep walking. Keep walking. It'll be over soon."

Designed in Finland :-)

alamaki ( 2015-09-28 23:43:36 +0200 )edit

Totally off-topic but: Bro-Hoof for Moondancer! /)

Venty ( 2015-09-29 14:26:55 +0200 )edit

1 Answer

Sort by » oldest newest most voted
2

answered 2015-09-27 22:46:54 +0200

AliN gravatar image

As a workaround you can edit the files on your own. Be careful in editting system files.

That shade on your homescreen is not default. Did you edit lipstick files before? According to an answer here in TJC you can edit the home screen gradient in /usr/share/lipstick-jolla-home-qt5/statusarea/StatusBar.qml line 29. If you want to totally remove the shade, just replace the whole line with:

GradientStop { position: 0; color: "transparent" }

(The default color is Qt.rgba(0,0,0,0.1))

And I just found out that it's possible to remove the lock screen shade simply by changing the strength in /usr/share/lipstick-jolla-home-qt5/lockscreen/Vignette.qml line 26 – this doesn't affect the animation:

property real strength: radius < openRadius / 2 ? 1.0 : 0.0

(The default value is 0.8)

Restart the device or run devel-su killall lipstick to see the changes.

edit flag offensive delete publish link more

Comments

Yay, that solved it, thank you very much. By the way, there's an easier way to restart lipstick, I installed something on warehouse that added it to a utility section in the settings app.

JakeTheChangeling ( 2015-09-27 22:57:20 +0200 )edit

It worked, thank you!

PG ( 2015-09-28 21:09:33 +0200 )edit
Login/Signup to Answer

Question tools

Follow
1 follower

Stats

Asked: 2015-09-27 12:57:21 +0200

Seen: 411 times

Last updated: Sep 27 '15