python + Ubersicht.app (MacOS)
Project description
Installation
$ [sudo] pip install ubersicht
Examples
generate widget
>>> import ubersicht
>>> widget = ubersicht.Widget(name="name.widget", command="echo hello world", refresh="1s",style="color: red")
>>> widget.create()
>>> widget.path
'/Users/username/Library/Application Support/Übersicht/widgets/name.widget'
$ cat ~/Library/Application Support/Übersicht/widgets/name.widget/index.coffee
command: "echo hello world"
refreshFrequency: '1s'
update: (output, domEl) ->
$(domEl).empty().append("#{output}")
style: """
color: red
"""
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ubersicht-2020.12.3.tar.gz
(2.6 kB
view details)
File details
Details for the file ubersicht-2020.12.3.tar.gz
.
File metadata
- Download URL: ubersicht-2020.12.3.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6adadee27fe410fbef1d0814d6c8950abf898d498b47789f955293cf8ba17544 |
|
MD5 | 1e9cf9972cf4f87c9d9c25a421f5f24e |
|
BLAKE2b-256 | a084fa48f2e8d0072dfdc5b4edde08a1d582dd3479fc6a69fa37fc952a4c757e |