Merge branch 'master' into config
[amazing.git] / lib / amazing / widgets.rb
blobc28e9911b5186f71ea4c290d438cb019db9f819b
1 # Copyright 2008 Dag Odenhall <dag.odenhall@gmail.com>
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
7 #    http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 require 'amazing/widgets/ac_adapter'
16 require 'amazing/widgets/alsa'
17 require 'amazing/widgets/battery'
18 require 'amazing/widgets/clock'
19 require 'amazing/widgets/cpu_info'
20 require 'amazing/widgets/cpu_usage'
21 require 'amazing/widgets/file'
22 require 'amazing/widgets/file_system'
23 require 'amazing/widgets/gmail'
24 require 'amazing/widgets/maildir'
25 require 'amazing/widgets/memory'
26 require 'amazing/widgets/moc'
27 require 'amazing/widgets/mpd'
28 require 'amazing/widgets/net_traffic'
29 require 'amazing/widgets/noop'
30 require 'amazing/widgets/pacman'
31 require 'amazing/widgets/raggle'
32 require 'amazing/widgets/sup'
34 module Amazing
35   module Widgets
36   end
37 end