Posts on http://wtfutil.com/posts/ Recent content in Posts on Hugo -- gohugo.io en-us Tue, 17 Apr 2018 12:34:51 -0700 Glossary http://wtfutil.com/posts/glossary/ Tue, 17 Apr 2018 12:34:51 -0700 http://wtfutil.com/posts/glossary/ Module A discreet unit of data collection and display. A data interface concept. A package inside the app. Examples: New Relic, Git, Weather. Widget The onscreen representation of a Module. The widget is responsible for being the interface between the app and the data collection. Widgets are defined by a required widget.go file in a Module. Configuration http://wtfutil.com/posts/configuration/ Sun, 15 Apr 2018 21:17:16 -0700 http://wtfutil.com/posts/configuration/ By default WTF looks in a ~/.wtf/ directory for a YAML file called config.yml. If ~/.wtf/ doesn’t exist, WTF will create that directory on start-up, and then display instructions for creating the configuration file. Config.yml Example Config Files A few example config files are provided in the _sample_configs/ directory of the Git repository. To try out WTF quickly, copy simple_config.yml into ~/.wtf/ as config.yml and relaunch WTF. You should see the app launch and display the Security and Status modules.