Keep an eye on what is happening on your machine and in the World.

At a Glance

Übersicht lets you run system commands and display their output on your desktop in little containers, called widgets. Widgets are written using HTML5, which means they

The following screenshots give you a glimpse of Übersicht in action:

Rolling your own

Widgets are written in JavaScript + React's JSX. A minimal widget looks like this:

  export const command = "echo Hello World!"

  export const refreshFrequency = 5000 // ms

  export const render = ({ output }) => (
    <h1>{output}</h1>
  )

  export const className = `
    left: 20px
    top: 20px
    color: #fff
  `

What's Next

Please visit the GitHub page for the full documentation or to report an issue.

For the latest news follow me on twitter and check out my blog. Of course, always feel free to drop a comment below!

Sponsors

Many thanks to my sponsors! They greatly help keeping this project going! Become a sponsor as well