aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorJan Vornberger <jan.vornberger@informatik.uni-oldenburg.de>2010-04-02 19:49:10 +0200
committerJan Vornberger <jan.vornberger@informatik.uni-oldenburg.de>2010-04-02 19:49:10 +0200
commit7cbceadd5421e4619aeb005c46dec42ea2c57ee0 (patch)
tree2fa439c05769f5db75e3d43c8a699df0adcd5758 /XMonad
parente2e0e1b5de04531e0e85387499fe78f4ee2fdecf (diff)
downloadXMonadContrib-7cbceadd5421e4619aeb005c46dec42ea2c57ee0.tar.gz
XMonadContrib-7cbceadd5421e4619aeb005c46dec42ea2c57ee0.tar.xz
XMonadContrib-7cbceadd5421e4619aeb005c46dec42ea2c57ee0.zip
ImageButtonDecoration: new image for menu button
Ignore-this: 3977c4bfcb4052e07321ec9e83f917c6 darcs-hash:20100402174910-594c5-c6c9576ca8b2b4c8a54604c586c75d5a81d86ba0.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Layout/ImageButtonDecoration.hs20
1 files changed, 10 insertions, 10 deletions
diff --git a/XMonad/Layout/ImageButtonDecoration.hs b/XMonad/Layout/ImageButtonDecoration.hs
index 5e30044..c8d8453 100644
--- a/XMonad/Layout/ImageButtonDecoration.hs
+++ b/XMonad/Layout/ImageButtonDecoration.hs
@@ -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'