awful: move floating icon in tasklist dir
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
d0f9cbade8
commit
2e12125423
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 401 B |
|
@ -794,7 +794,7 @@ end
|
|||
local function widget_tasklist_label_common(c, bg_focus, fg_focus)
|
||||
local text = ""
|
||||
if c.floating then
|
||||
text = "<bg image=\"@AWESOME_ICON_PATH@/floatingw.png\" align=\"right\"/>"
|
||||
text = "<bg image=\"@AWESOME_ICON_PATH@/tasklist/floatingw.png\" align=\"right\"/>"
|
||||
end
|
||||
if client.focus_get() == c then
|
||||
text = text .. " <bg color='"..bg_focus.."'/><span color='"..fg_focus.."'>"..P.escape(c.name).."</span> "
|
||||
|
|
Loading…
Reference in New Issue