From ade33320e5ea201a847bb9ee5522ee58b1cd8cb6 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 12 Jul 2011 02:56:30 +0200 Subject: Implemented basic panel windows with pseudo-transparency --- src/Phi.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/Phi.hs (limited to 'src/Phi.hs') diff --git a/src/Phi.hs b/src/Phi.hs new file mode 100644 index 0000000..9aa6ad0 --- /dev/null +++ b/src/Phi.hs @@ -0,0 +1,6 @@ +import Phi.Panel +import Phi.X11 + +main :: IO () +main = do + initPhi phiDefaultXConfig { phiPanelPosition = PanelPositionBottom } \ No newline at end of file -- cgit v1.2.3