Skip to content

Instantly share code, notes, and snippets.

@blueyed
Created February 19, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blueyed/a86fd59eccba9ef020cd to your computer and use it in GitHub Desktop.
Save blueyed/a86fd59eccba9ef020cd to your computer and use it in GitHub Desktop.
-- Create a tasklist widget
mytasklist[s] = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, mytasklist.buttons, {
-- style
font = "Ubuntu Sans 10",
-- symbol to use to indicate certain client properties
-- sticky = args.sticky or theme.tasklist_sticky or "▪"
-- ontop = args.ontop or theme.tasklist_ontop or '⌃'
-- floating = args.floating or theme.tasklist_floating or '✈'
-- maximized_horizontal = args.maximized_horizontal or theme.tasklist_maximized_horizontal or '⬌'
-- local maximized_vertical = args.maximized_vertical or theme.tasklist_maximized_vertical or '⬍'
}
, my_tasklist_update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment