matthias-vogt / Playbox.widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playbox for Übersicht

This widget shows currently played song in either iTunes or Spotify. It has a spiffy progress bar, shows pretty artwork (external dependency: pretty artwork) and last but not least: it comes in three variants!

Features

  • Supports both Spotify and iTunes
  • Shows artwork (courtesy of last.fm)
  • Progress bar
  • Three size variants
  • Easy way to toggle the widget's visibility
  • Easy way to position the widget on the screen
  • Spiffy fade animation on pause

Options

Here's how you can set all the widget's options. Open index.coffee and look at the very beginning:

options =
  # Easily enable or disable the widget.
  widgetEnable : true

  # Choose your widget.
  widgetVariant: "small"          # large | medium | small

  # Stick the widget in the corner? Set to *true* if you're using it with Sidebar widget, set to *false* if you'd like to give it some breathing room and a drop shadow.
  stickInCorner: true

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

See my other widgets

About


Languages

Language:AppleScript 82.6%Language:CoffeeScript 17.4%