From c4d7e388bd38ff337a72a8dcb3a47e9e6ca57e59 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Mon, 4 Sep 2017 22:01:01 +0200 Subject: [PATCH] Add SkypePreview Support Credits to @drakkar1969 --- data/database/skypeforlinux.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/data/database/skypeforlinux.json b/data/database/skypeforlinux.json index e51697da..4963e04b 100644 --- a/data/database/skypeforlinux.json +++ b/data/database/skypeforlinux.json @@ -128,6 +128,38 @@ "_hidden-notification": { "original": "tray/win/tray-hiddenUnreadTemplate@2x.png", "theme": "skype-status-hidden-notification" + }, + "offline_preview": { + "original": "images/tray/linux/tray-offlineTemplate.png", + "theme": "skype-status-offline" + }, + "offline2_preview": { + "original": "images/tray/linux/tray-offlineTemplate@2x.png", + "theme": "skype-status-offline" + }, + "offline-notification_preview": { + "original": "images/tray/linux/tray-offlineUnreadTemplate.png", + "theme": "skype-status-offline-notification" + }, + "offline-notification2_preview": { + "original": "images/tray/linux/tray-offlineUnreadTemplate@2x.png", + "theme": "skype-status-offline-notification" + }, + "online_preview": { + "original": "images/tray/linux/tray-onlineTemplate.png", + "theme": "skype-status-connected" + }, + "online2_preview": { + "original": "images/tray/linux/tray-onlineTemplate@2x.png", + "theme": "skype-status-connected" + }, + "online-notification_preview": { + "original": "images/tray/linux/tray-onlineUnreadTemplate.png", + "theme": "skype-status-connected-notification" + }, + "online-notification2_preview": { + "original": "images/tray/linux/tray-onlineUnreadTemplate@2x.png", + "theme": "skype-status-connected-notification" } } }