gh0stzk / dotfiles

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

Polybar not showing #139

Closed Him7n closed 10 months ago

Him7n commented 10 months ago

After I re installed the updated dotfiles the polybar isn't showing up only for the Zombi3 theme... In the other themes the polybar is showing but not in the Zombi3 one I am using arch btw .. :)

gh0stzk commented 10 months ago

You need to update your eww binary. open a terminal and :

sudo pacman -S rustup --noconfirm
git clone https://github.com/elkowar/eww
cd eww
cargo build --release --no-default-features --features x11
sudo install -m 755 "$HOME/eww/target/release/eww" -t /usr/bin/

The z0mbi3 theme dont use polybar, it use eww as a bar. And now to display date formats it uses EWW_TIME internal variable, if u have old eww binary will not support EWW_TIME

gh0stzk commented 10 months ago

If u have eww installed from aur, first uninstall it.

Him7n commented 10 months ago

It did work out!, thanks a lot man :)