From f1f7dfd27afcc90189adf026bce6c1fb0d3451ed Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 30 Sep 2013 17:54:20 +0200 Subject: [PATCH] [releases/13] tweak plymouth logo minimum opacity --- .../13/sabayon-artwork-core/plymouth/sabayon/sabayon.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/13/sabayon-artwork-core/plymouth/sabayon/sabayon.script b/releases/13/sabayon-artwork-core/plymouth/sabayon/sabayon.script index f30fe64..7404266 100644 --- a/releases/13/sabayon-artwork-core/plymouth/sabayon/sabayon.script +++ b/releases/13/sabayon-artwork-core/plymouth/sabayon/sabayon.script @@ -16,7 +16,7 @@ fun refresh_callback () if (status == "normal") { logo.opacity_angle += ((2 * 3.14) / 50) * 0.5; # 0.5 HZ - min_opacity = 0.3; + min_opacity = 0.6; opacity = (Math.Cos(logo.opacity_angle) + 1) / 2; opacity *= 1 - min_opacity; opacity += min_opacity;