aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/ui/decorations/mpd.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/ui/decorations/mpd.lua')
-rw-r--r--.config/awesome/ui/decorations/mpd.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/awesome/ui/decorations/mpd.lua b/.config/awesome/ui/decorations/mpd.lua
new file mode 100644
index 0000000..a03b579
--- /dev/null
+++ b/.config/awesome/ui/decorations/mpd.lua
@@ -0,0 +1,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