mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
ImageButtonDecoration: new image for menu button
This commit is contained in:
parent
e125c84616
commit
c37cbbadf5
@ -81,16 +81,16 @@ convertToBool :: [[Int]] -> [[Bool]]
|
||||
convertToBool = map convertToBool'
|
||||
|
||||
menuButton' :: [[Int]]
|
||||
menuButton' = [[0,0,0,0,1,1,0,0,0,0],
|
||||
[0,0,0,1,1,1,1,0,0,0],
|
||||
[0,0,1,1,0,0,1,1,0,0],
|
||||
[0,1,1,0,0,0,0,1,1,0],
|
||||
[1,1,0,0,1,1,0,0,1,1],
|
||||
[1,1,0,0,1,1,0,0,1,1],
|
||||
[0,1,1,0,0,0,0,1,1,0],
|
||||
[0,0,1,1,0,0,1,1,0,0],
|
||||
[0,0,0,1,1,1,1,0,0,0],
|
||||
[0,0,0,0,1,1,0,0,0,0]]
|
||||
menuButton' = [[1,1,1,1,1,1,1,1,1,1],
|
||||
[1,1,1,1,1,1,1,1,1,1],
|
||||
[1,1,0,0,0,0,0,0,1,1],
|
||||
[1,1,0,0,0,0,0,0,1,1],
|
||||
[1,1,1,1,1,1,1,1,1,1],
|
||||
[1,1,1,1,1,1,1,1,1,1],
|
||||
[1,1,1,1,1,1,1,1,1,1],
|
||||
[1,1,1,1,1,1,1,1,1,1],
|
||||
[1,1,1,1,1,1,1,1,1,1],
|
||||
[1,1,1,1,1,1,1,1,1,1]]
|
||||
|
||||
menuButton :: [[Bool]]
|
||||
menuButton = convertToBool menuButton'
|
||||
|
Loading…
x
Reference in New Issue
Block a user