// Get the button: let mybutton = document.getElementById("myBtn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera }
silver colored heart lock bridge

Bloganuary 2022 – Day 10

Gratitude is a practice. It’s a step in a journey of mindfulness. Being present and aware of the joy in your life. I like how gratitude feels. But I find it hard to practice getting specific about what I’m grateful for.

Kalaloch Campground, Forks, WA

Today was a nice day to meditate in gratitude to try to answer our prompt of the day…

What are 5 things you’re grateful for today?

My health

I have not been kind to my body or my mind. So, the fact I’ve learned (mostly) how to calm the demons, and I’ve spent the past two years getting in the best shape of my life are both things I’m very grateful for.

My friends and family

See what inspires me. I am surrounded by loving people who also have no shame in challenging me.

My job

I have no idea how I would have navigated the past two years if it weren’t for the amazing job I’ve got. Not just the job, but the people I work with. They’ve even encouraged me, almost directed me, to find a better work/life balance than I’ve ever had before.

Curiosity

I’m grateful for my willingness to try new things, even if it’s just once. Maybe it’s the bravery my mom bestowed on me.

Music

If I am ever not okay, unfocused, in need of motivation, I put music on. I immediately feel better and more focused. The past couple of years I was listening to the same playlist over and over again. But, I’ve switched it up to all of my favorited songs in Spotify, and goodness I have an eclectic taste in music.

Here’s last year’s playlist, but at this very moment I’m listening to Little Plastic Castle by Ani Difranco:

What is Bloganuary?

In an effort to blog more frequently, I joined WordPress’s Bloganuary challenge for 2022. Each day I’ll receive a prompt for something to write about.

4 responses to “Bloganuary 2022 – Day 10”

Leave a Reply

Discover more from Be Brave Traveler

Subscribe now to keep reading and get access to the full archive.

Continue reading