From a370a5de4dd7faeaf1434be76ff6e9ae0b217739 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 17 Feb 2016 09:34:03 +1100 Subject: [PATCH] Created Following HEAD (markdown) --- Following-HEAD.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Following-HEAD.md 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 +```