Changelog
This commit is contained in:
parent
e4d51ed0d4
commit
44fdd4d894
18
1.2.md
18
1.2.md
|
@ -78,10 +78,20 @@ ping for the public IP.
|
|||
- Added support for getting DE theme.
|
||||
- Added support for getting KDE theme.
|
||||
- Renamed `getgtk` to `getstyle`.
|
||||
- Renamed `getgtktheme` to `gettheme`.
|
||||
- Renamed `getgtkicons` to `geticons`.
|
||||
- Renamed `getgtkfont` to `getfont`.
|
||||
- Changed `GTK Theme` title in printinfo to `Theme`.
|
||||
- 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
|
||||
```
|
||||
|
||||
**GPU**:
|
||||
- `gpu_shorthand` is now enabled by default.
|
||||
|
|
|
@ -34,7 +34,7 @@ printinfo () {
|
|||
info "GPU" gpu
|
||||
info "Memory" memory
|
||||
|
||||
# info "Font" gtkfont
|
||||
# info "Font" font
|
||||
# info "Disk" disk
|
||||
# info "Resolution" resolution
|
||||
# info "Battery" battery
|
||||
|
|
Reference in New Issue