diff --git a/1.7.md b/1.7.md index bdca0acd..11279d07 100644 --- a/1.7.md +++ b/1.7.md @@ -68,7 +68,9 @@ underline_enabled="on" - Don't print `Dual-Core` or `Quad-Core` in CPU output. **Packages**
-- Fixed incorrect package count when an Arch user had `dpkg` installed... +- Package count now works when the user has multiple package managers installed.
+For example, if the user has both `dpkg` and `pacman` installed the function will
+add up the packages from both package managers to get a grand total. (`dpkg pkgs` + `pacman pkgs`) **Desktop Environment**
- [ Linux ] Fallback to using `xprop` if `$XDG_CURRENT_DESKTOP` is empty.