https://github.com/konstfish/dive
🌊Modular Übersicht Widget Collection
https://github.com/konstfish/dive
coffeescript python3 ubersicht ubersicht-widget
Last synced: 12 months ago
JSON representation
🌊Modular Übersicht Widget Collection
- Host: GitHub
- URL: https://github.com/konstfish/dive
- Owner: konstfish
- License: gpl-3.0
- Created: 2018-11-29T14:02:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T18:14:48.000Z (over 1 year ago)
- Last Synced: 2025-04-04T22:41:49.019Z (over 1 year ago)
- Topics: coffeescript, python3, ubersicht, ubersicht-widget
- Language: CSS
- Homepage:
- Size: 1.32 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dive
Modular Übersicht Widget Collection
- - -
## Screenshots
Bar:

Tiles:

Alt:

## Setup
```bash
git clone https://github.com/konstfish/dive && cd dive
./install.sh
```
[How to create invisible folders](ICONS.md)
## Widgets
- airpods.coffee (Displays battery status)
- background.coffee (Loads the css)
- battery.coffee (Displays battery status with icons)
- connection.coffee (Displays an icon depending on the current connection)
- cpu.coffee (Displays the current load on the cpu)
- down.coffee/up.coffee (Displays network traffic)
- mem.coffee (Displays amount of free ram)
- music.coffee (Displays the current song. supports itunes, spotify or both)
- temp.coffee (Displays the current cpu temperature)
- time.coffee (Displays the current time)
- vol.coffee (Displays an icon depending on the current %)
- vpn.coffee (Displays an icon depending on the current VPN connection)
## Utils
- widget-arranger (WIP) - changes the widgets order
- refresh.py - Updates the refresh frequency of the Widgets
## TODO
- [ ] Clean up CSS
- [ ] Write more widgets
## Credits
Learned & took a lot from: [Pecan](https://github.com/zzzeyez/pecan)