summaryrefslogtreecommitdiffhomepage
path: root/src/Types.hs
diff options
context:
space:
mode:
authorEdward O'Callaghan <victoredwardocallaghan@gmail.com>2013-01-21 06:19:26 +1100
committerAlexander Polakov <plhk@sdf.org>2013-01-27 02:05:57 +0400
commitcfd729999901c39f6e0aac1c271d56ae6e704d3e (patch)
tree09aa95e118b7c409b8bc4f92850577712a2ae3df /src/Types.hs
parent8c208d5e5ef970f465c4ee903367de8a8b41879a (diff)
downloadxmobar-cfd729999901c39f6e0aac1c271d56ae6e704d3e.tar.gz
xmobar-cfd729999901c39f6e0aac1c271d56ae6e704d3e.tar.bz2
XBM icon support
<icon=/path/to/icon>
Diffstat (limited to 'src/Types.hs')
-rw-r--r--src/Types.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Types.hs b/src/Types.hs
new file mode 100644
index 0000000..3fcc6de
--- /dev/null
+++ b/src/Types.hs
@@ -0,0 +1,3 @@
+module Types where
+
+data Widget = Text String | Icon String