powerarrow-dark
powerarrow-dark copied to clipboard
request about
Hi
it is about a sign for different status of windows
here in zenburn
286 -- Create a tasklist widget
287 s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons)
related to this in lib/awful/widget/tasklist.lua
237 -- symbol to use to indicate certain client properties
238 local sticky = args.sticky or theme.tasklist_sticky or "▪"
239 local ontop = args.ontop or theme.tasklist_ontop or '⌃'
240 local above = args.above or theme.tasklist_above or '▴'
241 local below = args.below or theme.tasklist_below or '▾'
242 local floating = args.floating or theme.tasklist_floating or '✈'
243 local maximized = args.maximized or theme.tasklist_maximized or '+'
244 local maximized_horizontal = args.maximized_horizontal or theme.tasklist_maximized_horizontal or '⬌'
245 local maximized_vertical = args.maximized_vertical or theme.tasklist_maximized_vertical or '⬍'
i have no skill in order to pull this into powerarrow-dark so this message >
by way nice work, thanks !
Thank you,
please create a pull request and I'll merge it in.