From 510ef8e178929cf5e0c7fd5a5120fecf5f1b79f2 Mon Sep 17 00:00:00 2001 From: delta Date: Tue, 5 Mar 2024 14:48:59 +0100 Subject: idk anymore --- .config/awesome/ui/decorations/mpd.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/awesome/ui/decorations/mpd.lua (limited to '.config/awesome/ui/decorations/mpd.lua') 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 -- cgit v1.2.3