You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@awkwardtechdude
Thanks for the script!
A small suggestion could be wrap the last 3 lines in a while loop for easy experimentation.
Something like this:
while True:
for k in styles:
print(str(styles.index(k)) + ": " + str(gen_char(" ", (3-len(str(styles.index(k)))) )) + k)
enable_style(styles[int(input("\nChoice?\n>"))])
https://gist.github.com/awkwardtechdude/f75efaa072d88f619ba78a950c03f3ce
I've made a script that may be useful to include with the application.
By default it uses .i3/config as the output file, this is hardcoded.
The text was updated successfully, but these errors were encountered: