Merge pull request #288 from pratik-devkota/patch-2

Update themes/powerarrow-dark/theme.lua
This commit is contained in:
Luca CPZ 2021-07-01 19:11:52 +00:00 committed by GitHub
commit 2ad9791998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ theme.mail = lain.widget.imap({
local musicplr = awful.util.terminal .. " -title Music -g 130x34-320+16 -e ncmpcpp" local musicplr = awful.util.terminal .. " -title Music -g 130x34-320+16 -e ncmpcpp"
local mpdicon = wibox.widget.imagebox(theme.widget_music) local mpdicon = wibox.widget.imagebox(theme.widget_music)
mpdicon:buttons(my_table.join( mpdicon:buttons(my_table.join(
awful.button({ modkey }, 1, function () awful.spawn.with_shell(musicplr) end), awful.button({ "Mod4" }, 1, function () awful.spawn(musicplr) end),
awful.button({ }, 1, function () awful.button({ }, 1, function ()
os.execute("mpc prev") os.execute("mpc prev")
theme.mpd.update() theme.mpd.update()