Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme names. #38

Closed
bechampion opened this issue Apr 10, 2016 · 3 comments
Closed

Theme names. #38

bechampion opened this issue Apr 10, 2016 · 3 comments

Comments

@bechampion
Copy link

Hi

Man i love your project , i started using it today , the only thing i took the liberty to modify is using them in the following format

export {PROFILE_NAME,PROFILE_SLUG}="One Light" && wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt

So the name doesn't end like "Default".

I've also modified the themes.md page , so it reflects this , if you're ok with it i can create a PR

themes files modified:
themes.md.txt

dodge script that i used to do so:
transform.txt

thanks for your hard work on this.

@Mgldvd
Copy link
Collaborator

Mgldvd commented Apr 10, 2016

Hi, Thanks
About your solution there are 2 issues.
The first one is the terminal doesn't change color automatic, because you need to change the profile manually.
Someone already suggested do not overwrite the default profile. #26
The second is that does not work on linux mint because it creates an unnamed profile when you use space on the name.

# Wrong
export {PROFILE_NAME,PROFILE_SLUG}="One Light" && wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt
# Correct
export {PROFILE_NAME,PROFILE_SLUG}="OneLight" && wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt

I think the best approach is making this method optional.

@bechampion
Copy link
Author

Hi !

Thank you!

I'm on Ubuntu 15 and when i don't pass the theme name , doesn't change the
profile automatically for me . I still have to go and choose it from the
menu.

Also one piece of constructive criticism , the whole wget ting and
executing makes me a bit uncomfortable , it'd be nice to have some script
to run after git cloning .

Thanks!

On Mon, Apr 11, 2016 at 12:54 AM, Mayccoll notifications@github.com wrote:

Hi, Thanks
About your solution there are 2 issues.
The first one is the terminal doesn't change color automatic, because you
need to change the profile manually.
Someone already suggested do not overwrite the default profile. #26
#26

The second is that does not work on linux mint because it creates an
unnamed profile when you use space on the name.

Wrongexport {PROFILE_NAME,PROFILE_SLUG}="One Light" && wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt

Correctexport {PROFILE_NAME,PROFILE_SLUG}="OneLight" && wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt

I think the best approach is making this method optional.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#38 (comment)

jhonnymoreira pushed a commit to jhonnymoreira/Gogh that referenced this issue Jul 6, 2016
The change used the issue Gogh-Co#38 as reference, considering the Linux
Mint problem with profile names containing spaces.
@jhonnymoreira
Copy link

Closed in PRs #45 and #46

@Mgldvd Mgldvd closed this as completed Jul 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants