aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.json
diff options
context:
space:
mode:
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