gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
2.86k stars 212 forks source link

eww Error in z0mbi3 theme #128

Closed Walker-00 closed 1 year ago

Walker-00 commented 1 year ago

When I switch to z0mbi3 theme, eww bar doesn't work. but when I run manual like eww -c /home/walker/.config/bspwm/rices/z0mbi3/bar open bar it work. eww is already installed by compiling from source with x11 feature. also tried with restarting wm but doesn't work.

gh0stzk commented 1 year ago

Where did you put the eww binary?

You can try editing the file .../.config/bspwm/rices/z0mbi3/bar/eww.yuck the line 4 remove the path /usr/bin/eww, let just;

(defvar eww "eww -c $HOME/.config/bspwm/rices/z0mbi3/bar")

Asumming you put the binary in a directory that is in your PATH

Walker-00 commented 1 year ago

ahh sorry it work now, I've compiled it with x11 feature and no default feature, when I recompile it with default features it work now. but polybar tray looks a little weird for me. poly_tray It's normal?

AzhamProdLive commented 1 year ago

ahh sorry it work now, I've compiled it with x11 feature and no default feature, when I recompile it with default features it work now. but polybar tray looks a little weird for me.

Yes it is, because eww doesn't have a tray, so it's tricked with the Polybar tray, that's why it looks funky

gh0stzk commented 1 year ago

Yes eww doesnt have a tray, so its polybar and how the bar is located, there is no space for a tray icon area, so i let it there.. Screenshot-22_09_2023-06-59-27

Walker-00 commented 1 year ago

ahh ok thanks a lot.