Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Elv13/855801 to your computer and use it in GitHub Desktop.
Save Elv13/855801 to your computer and use it in GitHub Desktop.
AwesomeWM function for changing gackground color
function (c)
local text, bg, status_image, icon = awful.widget.tasklist.label.currenttags(c, s)
local foo = awful.client.property.get(c, "bg")
return text, foo or bg, status_image, icon
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment