aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/ui/decorations/mpd.lua
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2024-03-05 14:48:59 +0100
committerdelta <darkussdelta@gmail.com>2024-03-05 14:48:59 +0100
commit510ef8e178929cf5e0c7fd5a5120fecf5f1b79f2 (patch)
tree3582e5cd7d000335ca94f2a009f3aed57bd86919 /.config/awesome/ui/decorations/mpd.lua
parent95ba8030f722a616cff06c122dcfb2f63e25cf45 (diff)
idk anymore
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