1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

Update theme.lua

This commit is contained in:
Luca CPZ 2021-07-01 19:13:56 +00:00 committed by GitHub
parent 2ad9791998
commit 87e9ea7807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),