From 1565c0e72d29826b169b5059984c421139bc2500 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Tue, 22 Dec 2015 14:03:30 +0100 Subject: [PATCH] less vibrations --- js/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/notifications.js b/js/notifications.js index 2ed9d1b..fd56fa3 100644 --- a/js/notifications.js +++ b/js/notifications.js @@ -41,7 +41,7 @@ weechat.factory('notifications', ['$rootScope', '$log', 'models', 'settings', fu registration.showNotification(title, { body: body, icon: 'assets/img/glowing_bear_128x128.png', - vibrate: [200, 100, 200, 100, 200, 100, 200], + vibrate: [200, 100], tag: 'gb-highlight-vib' }); });