Changelog

This commit is contained in:
Dylan 2016-02-17 08:55:18 +11:00
parent e4d51ed0d4
commit 44fdd4d894
2 changed files with 15 additions and 5 deletions

18
1.2.md
View File

@ -78,10 +78,20 @@ ping for the public IP.
- Added support for getting DE theme. - Added support for getting DE theme.
- Added support for getting KDE theme. - Added support for getting KDE theme.
- Renamed `getgtk` to `getstyle`. - Renamed `getgtk` to `getstyle`.
- Renamed `getgtktheme` to `gettheme`. - Dropped the `gtk` from these printinfo functions `gtktheme`, `gtkicons`<br \>
- Renamed `getgtkicons` to `geticons`. and `gtkfont`. Theme output will be blank until you make these changes:
- Renamed `getgtkfont` to `getfont`.
- Changed `GTK Theme` title in printinfo to `Theme`. ```sh
# Old Naming
info "GTK Theme" gtktheme
info "Icons" gtkicons
info "Font" gtkfont
# New Naming
info "Theme" theme
info "Icons" icons
info "Font" font
```
**GPU**: **GPU**:
- `gpu_shorthand` is now enabled by default. - `gpu_shorthand` is now enabled by default.

View File

@ -34,7 +34,7 @@ printinfo () {
info "GPU" gpu info "GPU" gpu
info "Memory" memory info "Memory" memory
# info "Font" gtkfont # info "Font" font
# info "Disk" disk # info "Disk" disk
# info "Resolution" resolution # info "Resolution" resolution
# info "Battery" battery # info "Battery" battery