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