esn89 / powerarrow-dark

Powerarrow-Dark version
15 stars 6 forks source link

request about #4

Open m342 opened 6 years ago

m342 commented 6 years ago

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 !

esn89 commented 6 years ago

Thank you,

please create a pull request and I'll merge it in.