Advertisement
Guest User

awesome: 16px icon box - patch

a guest
Feb 5th, 2014
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.41 KB | None | 0 0
  1. --- a/lib/awful/widget/common.lua.in    2014-01-20 18:07:15.378909785 +0400
  2. +++ b/lib/awful/widget/common.lua.in    2014-02-04 06:00:53.189995152 +0400
  3. @@ -58,7 +58,7 @@
  4.  
  5.              -- All of this is added in a fixed widget
  6.              l:fill_space(true)
  7. -            l:add(ib)
  8. +            l:add(wibox.layout.constraint(ib, nil, 16, 16))
  9.              l:add(m)
  10.  
  11.              -- And all of this gets a background
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement