summaryrefslogtreecommitdiffstats
path: root/src/config.json
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-12-10 14:37:55 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:12:47 +0100
commit4f48232507b0b77d2126715bbda25fb21af66ab4 (patch)
tree3162d3934e963f6016ed6d8f46a501963c6a3fdb /src/config.json
parent39634bb91d8f0633357f60d2a1b67ea6fb5b0d1c (diff)
FUNCT Replace icomoon with font-awesome
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json18
1 files changed, 9 insertions, 9 deletions
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