mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-05 22:51:52 -07:00
ImageButtonDecoration: new image for menu button
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user