From 4f48232507b0b77d2126715bbda25fb21af66ab4 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 10 Dec 2019 14:37:55 +0100 Subject: FUNCT Replace icomoon with font-awesome --- src/config.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 81e451e..5a53010 100644 --- a/src/config.json +++ b/src/config.json @@ -2,27 +2,27 @@ "apps": [ { "id": "webapps-mediaplayer", - "icon": "icon icon-music" + "icon": "fas fa-music" }, { "id": "webapps-hvac", - "icon": "icon icon-thermometer" + "icon": "fas fa-thermometer-half" }, { "id": "navigation", - "icon": "icon icon-location" + "icon": "fas fa-location-arrow" }, { "id": "webapps-html5-launcher", - "icon": "icon icon-home" + "icon": "fas fa-home" } ], "launch": "webapps-html5-launcher", "network": { - "bluetooth": "icon-bluetooth", - "ethernet": "icon-ethernet", - "wifi": "icon-wifi", - "p2p": "icon-p2p", - "cellular": "icon-signal" + "bluetooth": "fab fa-bluetooth-b", + "ethernet": "fas fa-network-wired", + "wifi": "fas fa-wifi", + "p2p": "fas fa-laptop", + "cellular": "fas fa-mobile-alt" } } \ No newline at end of file -- cgit 1.2.3-korg