Skip to content

Instantly share code, notes, and snippets.

@pfault
pfault / spotify.lua
Created October 10, 2015 12:42
Spotify control lib for awesome wm
local naughty = require("naughty")
local os = os
module("powerswitch/spotify")
--{{ Spotify control panel
local spotifyid = nil
local function spotifyctl(cmd, title)
os.execute("DISPLAY=:0 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player." .. cmd .. " &")
spotifyid = naughty.notify({ title = "Spotify"