Largely inspired by conky_colors from @helmuthdu.
- Import boostrap outside
index.html
file.
There is the need to install python3 in your system to run this widget. The following python packages must be installed.
psutil
- To install:
pip3 install psutil
- To install:
Icons made by Freepik from www.flaticon.com.
<!DOCTYPE html>
<html>
<head>
<title>Übersicht</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="userMain.css">
<script type="text/javascript" src='client.js'></script>
<!-- include boostrap here -->
</head>
<body style="background-color:transparent"> <!-- make background transparent -->
<div id='uebersicht'></div>
</body>
</html>