From 7cbceadd5421e4619aeb005c46dec42ea2c57ee0 Mon Sep 17 00:00:00 2001 From: Jan Vornberger Date: Fri, 2 Apr 2010 19:49:10 +0200 Subject: ImageButtonDecoration: new image for menu button Ignore-this: 3977c4bfcb4052e07321ec9e83f917c6 darcs-hash:20100402174910-594c5-c6c9576ca8b2b4c8a54604c586c75d5a81d86ba0.gz --- XMonad/Layout/ImageButtonDecoration.hs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'XMonad/Layout/ImageButtonDecoration.hs') 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' -- cgit v1.2.3