Skip to content
Discussion options

You must be logged in to vote

OKAY I FOUND A SOLUTION
starting from the link your shared yes I did set everything as it was saying but it wasnt working
it turns out the problem is very simple to solve!
those sequences were being coded twice!
when running foot terminal
and when running fish inside tmux (which was giving the wrong colors)

Just replace those lines mentioned (sequence and if statement) with the following:

# Custom sequences (if file exists)
# Only apply if NOT inside tmux
if test -z "$TMUX"; and test -f ~/.local/state/caelestia/sequences.txt
    cat ~/.local/state/caelestia/sequences.txt
end

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@SpiralUniverse
Comment options

Answer selected by SpiralUniverse
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants