Created Following HEAD (markdown)

Dylan Araps 2016-02-17 09:34:03 +11:00
parent 47649e4085
commit a370a5de4d
1 changed files with 21 additions and 0 deletions

21
Following-HEAD.md Normal file

@ -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`<br \>
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
```