Add example for fixing error with libjsoncpp

Duke Nguyen 2021-12-21 23:00:32 +01:00
parent 041af1f627
commit 879a3123a3
1 changed files with 6 additions and 0 deletions

@ -54,6 +54,12 @@ program may just reuse already compiled binaries. You need to make sure that
polybar is *recompiled*. How to do that depends on the program, but most offer a
way to force a rebuild or a way to clear the cache for certain packages.
**Example:** Try to remove polybar with your AUR helper, and perhaps remove the orphans also.
Go to /var/cache to find and remove leftover files, they could be:
/var/cache/pacman/pkg/polybar-...pkg.tar.zst
/var/cache/aur-helper/pkgbuilds/polybar.pb
Re-install polybar with AUR helper.
## Setting Module Backgrounds when using Gradients
**Problem:** When you use a gradient as your polybar background, explicitly setting any module's background color to whatever you have set as `background-0`, either through the `-background` setting or the `%{B}` formatting tag, will not change the background color at all.