diff --git a/Following-HEAD.md b/Following-HEAD.md new file mode 100644 index 0000000..07f8704 --- /dev/null +++ b/Following-HEAD.md @@ -0,0 +1,21 @@ +This page is here to inform people using the master branch +of any breaking changes to config files. + +### 17/02/2016 + +- `wmctrl` is now a required dependency. See **[#75](https://github.com/dylanaraps/fetch/issues/75)** for my reasoning +for doing this. +- Dropped the `gtk` from these printinfo functions `gtktheme`, `gtkicons`
+and `gtkfont`. Theme output will be blank until you make these changes: + +```sh +# Old Naming +info "GTK Theme" gtktheme +info "Icons" gtkicons +info "Font" gtkfont + +# New Naming +info "Theme" theme +info "Icons" icons +info "Font" font +```