From c4826fd21340d34e3592b0c8ca24fc068e52c6ef Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 30 Jan 2017 21:38:50 -0500 Subject: new widgets added --- spotify-widget-v4/spotify.lua | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 spotify-widget-v4/spotify.lua (limited to 'spotify-widget-v4/spotify.lua') diff --git a/spotify-widget-v4/spotify.lua b/spotify-widget-v4/spotify.lua deleted file mode 100644 index f61c249..0000000 --- a/spotify-widget-v4/spotify.lua +++ /dev/null @@ -1,17 +0,0 @@ -local wibox = require("wibox") -local awful = require("awful") -local watch = require("awful.widget.watch") - -spotify_widget = wibox.widget.textbox() -spotify_widget:set_font('Play 9') - --- optional icon, could be replaced by spotfiy logo (https://developer.spotify.com/design/) -spotify_icon = wibox.widget.imagebox() -spotify_icon:set_image("/usr/share/icons/Arc-Icons/places/symbolic/folder-music-symbolic.svg") - -watch( - "sp current-oneline", 1, - function(widget, stdout, stderr, exitreason, exitcode) - spotify_widget:set_text(stdout) - end -) -- cgit v1.2.3