Created
March 4, 2011 22:13
-
-
Save Elv13/855801 to your computer and use it in GitHub Desktop.
AwesomeWM function for changing gackground color
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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