From cc1522c9c6157fda1121ee65e74ed9a243d4da64 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 17 Feb 2015 22:27:21 +0100 Subject: GTK3: disable spinner animation to avoid high cpu load --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'desktop-themes/TraditionalGreen') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 1f389d58..d1fe337a 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -100,10 +100,15 @@ GtkGrid:insensitive { * Miscellaneous * *****************/ +/* This is CPU-intensive, no animation */ +/* @keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } + to { -gtk-icon-transform: rotate(1turn); } +} +*/ + +@keyframes spin { + to { -gtk-icon-transform: rotate(0turn); } } .spinner { background-image: none; -- cgit v1.2.1