Changelog
This commit is contained in:
parent
8d4057b1b8
commit
db33705e00
11
1.7.md
11
1.7.md
|
@ -35,12 +35,23 @@ underline="on"
|
||||||
underline_enabled="on"
|
underline_enabled="on"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Distro**<br \>
|
||||||
|
- Fix arch issues with ARM cpus.
|
||||||
|
- We now use `uname -m` to get the arch instead of hardcoding `x86`.
|
||||||
|
|
||||||
|
**CPU**<br \>
|
||||||
|
- Fixed issues when cpu speed was < 1Ghz
|
||||||
|
- Cleanup of CPU function.
|
||||||
|
|
||||||
**Desktop Environment**<br \>
|
**Desktop Environment**<br \>
|
||||||
- [ Linux ] Fallback to using `xprop` if `$XDG_CURRENT_DESKTOP` is empty.
|
- [ Linux ] Fallback to using `xprop` if `$XDG_CURRENT_DESKTOP` is empty.
|
||||||
- Use `$de` instead of `$XDG_CURRENT_DESKTOP` for wallpaper and theme detection.
|
- Use `$de` instead of `$XDG_CURRENT_DESKTOP` for wallpaper and theme detection.
|
||||||
|
- Fixed xprop bug with DE detection when X wasn't running.
|
||||||
|
|
||||||
**Window Manager Theme**<br \>
|
**Window Manager Theme**<br \>
|
||||||
- Fixed bug when `$de` was unset.
|
- Fixed bug when `$de` was unset.
|
||||||
|
|
||||||
**Color Blocks**<br \>
|
**Color Blocks**<br \>
|
||||||
- Fixed bug when the blocks wrap a line causing a large white strip to appear.
|
- Fixed bug when the blocks wrap a line causing a large white strip to appear.
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue