aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/ui/decorations/mpd.lua
blob: a03b5790b18dc3b968666d7ce26999f2f6470d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
local mpd = {}

function mpd.left() end

function mpd.bottom() end

function mpd.setup(c) end

function mpd:next() end

function mpd:previous() end

function mpd:stop() end