justbuchanan / i3scripts

My scripts for enhancing i3wm
Other
162 stars 45 forks source link

autoname_workspaces name error #27

Closed fn-ix closed 5 years ago

fn-ix commented 5 years ago

Hi!

Now I'm getting another error:

$ python .local/share/i3/autoname_workspaces.py 
Traceback (most recent call last):
  File ".local/share/i3/autoname_workspaces.py", line 220, in <module>
    rename_workspaces(i3, icon_list_format=args.icon_list_format)
  File ".local/share/i3/autoname_workspaces.py", line 147, in rename_workspaces
    new_icons = format_icon_list(icon_list, icon_list_format)
NameError: name 'format_icon_list' is not defined
justbuchanan commented 5 years ago

There were some recent changes to the script that rely on corresponding changes to util.py. If you update that file to the same version as autoname_workspaces.py, it should work.

fn-ix commented 5 years ago

Yeah that worked! I looked at the last commit date before but didn't think 2 months ago was recent enough. :)