Skip to content

giancds/conky_new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conky version for Übersicht

Largely inspired by conky_colors from @helmuthdu.

TODO:

  • Import boostrap outside index.html file.

Python packages:

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

Credits

Icons made by Freepik from www.flaticon.com.

HTML to replace

<!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>

About

Conky version for Übersicht

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published