diff options
author | Edward O'Callaghan <victoredwardocallaghan@gmail.com> | 2013-01-21 06:19:26 +1100 |
---|---|---|
committer | Alexander Polakov <plhk@sdf.org> | 2013-01-27 02:05:57 +0400 |
commit | cfd729999901c39f6e0aac1c271d56ae6e704d3e (patch) | |
tree | 09aa95e118b7c409b8bc4f92850577712a2ae3df /src/Types.hs | |
parent | 8c208d5e5ef970f465c4ee903367de8a8b41879a (diff) | |
download | xmobar-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.hs | 3 |
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 |