stav121 / i3wm-themer

🎨 Theme collection manager for i3-wm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wallpaper isn't rendered properly, polybar is also being overlapped by the windows

marzdgzmn opened this issue · comments

System Info:

Description:	Manjaro Linux
Release:	19.0.2

When applying a theme via: python i3wm-themer.py --config config.yaml --load themes/001.json. The wallpaper doesn't seem to be rendered properly. Is it like zoomed in or stretched.
2020-05-23-164415_1918x1077_scrot

Also, I'm not quire sure if it is by design, but the polybar is being overlapped by the windows.
2020-05-23-164426_1918x1079_scrot

Lastly, cursor always seems to be loading displaying a circular icon.

I just installed on Ubuntu 20.04 and am facing the same issue with the status bar overlap. Everything else works great though 🤷‍♂️

I'm pretty new to this, but I figured out that I had to use the nitrogen UI to set the wallpaper properly on my laptop screen as well as my second external monitor.

However, I still can't figure out the overlapping issue and the cursor that always seems to be loading after logging in.

@marzdgzmn Edit the file '~/.config/polybar/config', search for the line override-redirect = true; comment this line out using a '#'.

Now press ALT+SHIFT+R (assuming you kept the bindings). Et voilá, bug fixed.

@marzdgzmn Edit the file '~/.config/polybar/config', search for the line override-redirect = true; comment this line out using a '#'.

Now press ALT+SHIFT+R (assuming you kept the bindings). Et voilá, bug fixed.
Thanks @HiImJulien. That did work.


Just updated my manjaro system, if anyone stumbles on the same problem:

polybar: error while loading shared libraries: libjsoncpp.so.21: cannot open shared object file: No such file or director

I had to rebuilld the polybar-git so it links to the new .so file.

I am closing this issue since I see it's been resolved months ago, if anything similar comes up please re-open it.