diff --git a/1.7.md b/1.7.md index e2083eaf..5a117942 100644 --- a/1.7.md +++ b/1.7.md @@ -35,12 +35,23 @@ underline="on" underline_enabled="on" ``` +**Distro**
+- Fix arch issues with ARM cpus. +- We now use `uname -m` to get the arch instead of hardcoding `x86`. + +**CPU**
+- Fixed issues when cpu speed was < 1Ghz +- Cleanup of CPU function. + **Desktop Environment**
- [ Linux ] Fallback to using `xprop` if `$XDG_CURRENT_DESKTOP` is empty. - 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**
- Fixed bug when `$de` was unset. **Color Blocks**
- Fixed bug when the blocks wrap a line causing a large white strip to appear. + +