diff options
author | delta <darkussdelta@gmail.com> | 2024-03-05 14:48:59 +0100 |
---|---|---|
committer | delta <darkussdelta@gmail.com> | 2024-03-05 14:48:59 +0100 |
commit | 510ef8e178929cf5e0c7fd5a5120fecf5f1b79f2 (patch) | |
tree | 3582e5cd7d000335ca94f2a009f3aed57bd86919 /.config/awesome/ui/decorations/mpd.lua | |
parent | 95ba8030f722a616cff06c122dcfb2f63e25cf45 (diff) |
idk anymore
Diffstat (limited to '.config/awesome/ui/decorations/mpd.lua')
-rw-r--r-- | .config/awesome/ui/decorations/mpd.lua | 13 |
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 |