From cf76114b924f8e7fbaa3a95b487bc1c8f7612a03 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sun, 23 Jan 2022 21:16:21 -0500 Subject: Update README.md --- cmus-widget/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cmus-widget/README.md') diff --git a/cmus-widget/README.md b/cmus-widget/README.md index bd9f3ed..7e7fb9e 100644 --- a/cmus-widget/README.md +++ b/cmus-widget/README.md @@ -31,7 +31,10 @@ s.mytasklist, -- Middle widget To improve responsiveness of the widget when playback is changed by a shortcut use corresponding methods of the widget: ```lua -awful.key({ modkey, "Shift" }, "p", function () cmus_widget:play_pause() end, {description = "play/pause cmus", group = "custom"}), +awful.key({ modkey, "Shift" }, + "p", + function() cmus_widget:play_pause() end, + {description = "play/pause cmus", group = "custom"}), ``` ## Customization -- cgit v1.2.3