festivetech theme days till christmas #2478
Answered
by
lewis-yeung
tapatiohaxx
asked this question in
Troubleshoot
|
I am new to doing stuff with Windows system commands, can anyone here explain to me how to remove the tree icon and get the correct amount of days until Christmas? |
Answered by
lewis-yeung
Jul 3, 2022
Replies: 1 comment 5 replies
|
@tapatiohaxx In fact, this is not handled by OMP itself. Related code: oh-my-posh/themes/festivetech.omp.json Line 69 in 9f9b91e And please see this:
As we can see, we need a trick to make the env |
5 replies
Answer selected by
JanDeDobbeleer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@tapatiohaxx In fact, this is not handled by OMP itself. Related code:
oh-my-posh/themes/festivetech.omp.json
Line 69 in 9f9b91e
And please see this:
As we can see, we need a trick to make the env
DAYSreflect the amount of days until Christmas. :)