Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Tried to add a new cat and description (it worked), but the blinkin cursor doesn't appear #33

Open
vitumen opened this issue Apr 13, 2022 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@vitumen
Copy link

vitumen commented Apr 13, 2022

Followed the steps for it as in customize_terminal.md to add a 'cat2' and a 'description2', and it worked (even though i had to merge ps1_04 an ps1_05 because it generated an extra "user@laptop" line), but the thing is the blinkin cursor does not appear for that last line, it just prints the text using the animation.

Feel free to check my /layouts/ folder.
Also, you can check vitu.men

Loved the theme btw, thanks for it and for your time.

@Yukuro Yukuro added the bug Something isn't working label Apr 16, 2022
@Yukuro Yukuro added this to the v0.1.6 milestone Apr 16, 2022
@ricocremer
Copy link

ricocremer commented Aug 25, 2024

Super late, but since the cursor still doesn't appear on your site: the css for the cursor can be found in default.scss.

#cd, #whoami, #cat, #tree {
    &:after {
        @extend .cursor;
    }
}

The ID of your "cat2" element should also be added to the list of selectors. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants