polybar.py little bug
dskart opened this issue · 3 comments
dskart commented
Hey, I just saw you have an error in your polybar.py file on line 89/90.
this
FileUtils.replace_line(configuration.polybar_config, 'format-connected-foreground',
'format-connected-foreground = ' + self.format_con_back)
should be
FileUtils.replace_line(configuration.polybar_config, 'format-connected-foreground',
'format-connected-foreground = ' + self.format_con_fore)
:)
stav121 commented
Hello sir, would you like to make a PR for this?
dskart commented
Yes ! I unfortunately don't know the work flow for this. I already have a fork where I changed some stuff for my own set up and don't want to delete that. Can I make a new branch and commit then PR from there?
Let me know how I should do this
stav121 commented
Yes sir, you can do it as you like.