=== modified file 'src/task-item.c'
--- src/task-item.c 2009-09-04 17:40:08 +0000
+++ src/task-item.c 2009-09-08 07:19:43 +0000
@@ -326,7 +326,7 @@
gdouble ms = (current_time.tv_sec - priv->urgent_time.tv_sec) * 1000 +
(current_time.tv_usec - priv->urgent_time.tv_usec) / 1000;
- gdouble alpha = .75 + (cos (ms / 500) / 4);
+ gdouble alpha = .66 + (cos (3.14 * ms / 600) / 3);
cairo_paint_with_alpha (cr, alpha);
}
else if (priv->mouse_over || active) /* focused */
Try that
--
Notification fading is so subtle that I don't notice
https://bugs.launchpad.net/bugs/425813
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs