Skip to content

Panak252/ubersicht-now-playing-python3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Now Playing

A simple (and updated to use python3) music widget for Übersicht. Based on the Playbox widget by Pe8er. This widget shows the current playing song on either iTunes or Spotify. It also shows the album artwork if it can find it and has a simple progress bar.

Screenshot

Screenshot

Options

There are a few options you can change by editing the index.coffee file.

  # Enable or disable the widget.
  widgetEnable : true                   # true | false

  # Choose where the widget should sit on your screen.
  verticalPosition    : "bottom"        # top | bottom | center
  horizontalPosition    : "left"        # left | right | center

Installation

  • Download the repository and extract it.
  • Place the now-playing.widget folder in your Übersicht extension folder.
  • Refresh Übersicht.

make sure you have python3 installed? (using brew.sh or the official python 3 installer i suppose)

License

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

About

A simple music widget for Übersicht. (updated to use python3 :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • AppleScript 92.3%
  • CoffeeScript 7.7%