From 87e9ea7807970baa1c58d2416eaeb9b2860d448b Mon Sep 17 00:00:00 2001 From: Luca CPZ <1777696+lcpz@users.noreply.github.com> Date: Thu, 1 Jul 2021 19:13:56 +0000 Subject: [PATCH] Update theme.lua --- themes/powerarrow-dark/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/powerarrow-dark/theme.lua b/themes/powerarrow-dark/theme.lua index 0e33209..1210cb1 100644 --- a/themes/powerarrow-dark/theme.lua +++ b/themes/powerarrow-dark/theme.lua @@ -134,7 +134,7 @@ theme.mail = lain.widget.imap({ --]] -- MPD -local musicplr = awful.util.terminal .. " -title Music -g 130x34-320+16 -e ncmpcpp" +local musicplr = awful.util.terminal .. " -title Music -e ncmpcpp" local mpdicon = wibox.widget.imagebox(theme.widget_music) mpdicon:buttons(my_table.join( awful.button({ "Mod4" }, 1, function () awful.spawn(musicplr) end),