You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: