From fb2ff8deada7edf768c1c281025a279dde9693c1 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 26 Apr 2016 17:49:51 +1000 Subject: [PATCH] Changelog --- 1.7.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.