]>
git.madduck.net Git - etc/awesome.git/commitdiff
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
26d02bf )
function mytasklist.label(c)
local text = ""
if c.floating then
function mytasklist.label(c)
local text = ""
if c.floating then
- text = "<bg image=\"@AWESOME_ICON_PATH@ /floatingw.png\" align=\"right\"/>"
+ text = "<bg image=\"" .. AWESOME_DATADIR .. "/icons /floatingw.png\" align=\"right\"/>"
end
if client.focus_get() == c then
text = text .. " <bg color='"..bg_focus.."'/><span color='"..awful.escape(fg_focus).."'>"..c.name.."</span> "
end
if client.focus_get() == c then
text = text .. " <bg color='"..bg_focus.."'/><span color='"..awful.escape(fg_focus).."'>"..c.name.."</span> "
-- (tag switch, new client, etc)
function hook_arrange(screen)
local layout = awful.layout.get(screen)
-- (tag switch, new client, etc)
function hook_arrange(screen)
local layout = awful.layout.get(screen)
- mylayoutbox[screen].text = "<bg image=\"@AWESOME_ICON_PATH@ /layouts/" .. layout .. "w.png\" resize=\"true\"/>"
+ mylayoutbox[screen].text = "<bg image=\"" .. AWESOME_DATADIR .. "/icons /layouts/" .. layout .. "w.png\" resize=\"true\"/>"
-- Uncomment if you want mouse warping
--[[
-- Uncomment if you want mouse warping
--[[