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
- are easy to write and customize
- can show data in tables, charts, graphs ... you name it
- can react to different screen sizes
The following screenshots give you a glimpse of Übersicht in action:
Support Übersicht
The app is free to download and open source. However, you can support my ongoing efforts to maintain and improve the app by sponsoring me on GitHub:
If a sponsorship is not your thing you can also consider making a one-time donation
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