stav121 / polybar-animations

Collection of varius polybar animations I've made
MIT License
24 stars 0 forks source link

Animations not working #2

Open eneko98 opened 1 year ago

eneko98 commented 1 year ago

HI; I have downloaded your animations but for some reason all I see in my top Polybar is: Traceback (most recent call last):

If I run the ambulance python script in the terminal it works normally but not in the polybar. Do you know why this is?

itsoctotv commented 9 months ago

Hi, if you still struggling remove the first line in the python file and add a startup script:

#!/bin/bash cd /path/to/animation/ python3 animation.py

chmod +x script.sh and in the polybar thing:

exec = /path/to/startup/script.sh

atleast that worked for me polybar & bspwm